PDP15, UC15: Extended compiler cleanup
This commit is contained in:
parent
b5a993cf93
commit
a36c298f2b
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -78,7 +78,6 @@ SHMEM *uc15_shmem = NULL; /* shared state identifi
|
|||
int32 *uc15_shstate = NULL; /* shared state base */
|
||||
SHMEM *pdp15_shmem = NULL; /* PDP15 mem identifier */
|
||||
|
||||
DEVICE dr15_dev;
|
||||
int32 dr60 (int32 dev, int32 pulse, int32 AC);
|
||||
int32 dr61 (int32 dev, int32 pulse, int32 AC);
|
||||
t_stat dr15_reset (DEVICE *dptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue