1
0
mirror of https://github.com/simh/simh.git synced 2026-02-04 23:45:07 +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

@@ -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);