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

PDP11: Add initial UC15 support from Bob Supnik

This commit is contained in:
Mark Pizzolato
2016-12-04 15:51:22 -08:00
parent fa1fba5bd5
commit 99bbc5f8cf
8 changed files with 171 additions and 81 deletions

View File

@@ -164,7 +164,7 @@ extern uint32 cpu_opt;
extern int32 cpu_bme;
extern uint16 *M;
extern int32 int_req[IPL_HLVL];
extern t_addr cpu_memsize;
extern UNIT cpu_unit;
t_stat mba_reset (DEVICE *dptr);
t_stat mba_rd (int32 *val, int32 pa, int32 access);