1
0
mirror of https://github.com/simh/simh.git synced 2026-04-25 11:41:25 +00:00

ALL: Merge with Supnik-Current

This commit is contained in:
Mark Pizzolato
2015-05-10 06:05:11 -07:00
parent 3b8c318b17
commit 230e588b5d
10 changed files with 9 additions and 14 deletions

View File

@@ -296,8 +296,6 @@ int32 hst_p = 0; /* history pointer */
int32 hst_lnt = 0; /* history length */
InstHistory *hst = NULL; /* instruction history */
extern DEVICE *sim_devices[];
t_bool devtab_init (void);
int32 dmaio (int32 inst, int32 fnc, int32 dat, int32 dev);
int32 undio (int32 inst, int32 fnc, int32 dat, int32 dev);