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

ISYS8010: Corrections to get clean build under VS2008

This commit is contained in:
Bill Beech
2015-05-04 23:08:52 -07:00
committed by Mark Pizzolato
parent a6c07052a7
commit ce84886bfa
8 changed files with 44 additions and 36 deletions

View File

@@ -134,6 +134,7 @@ t_stat multibus_svc(UNIT *uptr)
break;
}
sim_activate (&multibus_unit, multibus_unit.wait); /* continue poll */
return SCPE_OK;
}
/* Reset routine */
@@ -251,6 +252,7 @@ int32 reg_dev(int32 (*routine)(), int32 port)
// sim_printf("Port %02X is assigned\n", port);
dev_table[port].routine = routine;
}
return 0;
}
/* get a byte from memory */