1
0
mirror of https://github.com/simh/simh.git synced 2026-01-29 05:01:25 +00:00

PDP15, UC15: Extended compiler cleanup

This commit is contained in:
Mark Pizzolato
2018-08-05 22:42:56 -07:00
parent b5a993cf93
commit a36c298f2b
2 changed files with 1 additions and 2 deletions

View File

@@ -885,7 +885,7 @@ extern UNIT cpu_unit;
#define WrMemW(pa,d) uc15_WrMemW (pa, d)
#define WrMemB(pa, d) uc15_WrMemB (pa, d)
uint32 uc15_memsize;
extern uint32 uc15_memsize;
int32 uc15_RdMemW (int32 pa);
int32 uc15_RdMemB (int32 pa);
void uc15_WrMemW (int32 pa, int32 d);