1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-24 19:40:22 +00:00

Bob Supnik's state as of 6/11/2014

This commit is contained in:
Mark Pizzolato
2014-06-11 16:52:00 -07:00
parent 28ea389e94
commit f25b57c58d
5 changed files with 48 additions and 6 deletions

View File

@@ -686,7 +686,7 @@ static const uint16 boot_rom[] = {
t_stat rs_boot (int32 unitno, DEVICE *dptr)
{
size_t i;
int32 i;
extern uint16 *M;
UNIT *uptr = rs_dev.units + unitno;