mirror of
https://github.com/open-simh/simh.git
synced 2026-02-26 08:54:06 +00:00
I7000: Fixed incorrect definitions.
This commit is contained in:
committed by
Paul Koning
parent
55a4b0d424
commit
0cc7747202
@@ -64,7 +64,7 @@ extern uint16 selreg2;
|
||||
extern uint16 flags;
|
||||
extern uint32 MAC2;
|
||||
extern uint16 irqflags;
|
||||
extern uint8 ioflags[5000/8];
|
||||
extern uint8 ioflags[6200/8];
|
||||
|
||||
#define UNIT_V_MOD (UNIT_V_UF + 4)
|
||||
#define UNIT_V_HS (UNIT_V_MOD + 1)
|
||||
|
||||
@@ -201,7 +201,7 @@ uint8 cmp_order[0100] = {
|
||||
|
||||
uint8 M[MAXMEMSIZE] = { 0 }; /* memory */
|
||||
uint32 EMEMSIZE; /* Physical memory size */
|
||||
uint8 AC[6*256]; /* store registers */
|
||||
uint8 AC[6*512]; /* store registers */
|
||||
uint16 flags; /* Flags */
|
||||
uint16 spc; /* Reg start point */
|
||||
uint16 spcb; /* Reg start point b */
|
||||
|
||||
Reference in New Issue
Block a user