diff options
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1dasm.c')
-rw-r--r-- | src/emu/cpu/pdp1/pdp1dasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/pdp1/pdp1dasm.c b/src/emu/cpu/pdp1/pdp1dasm.c index 3c0ca1b0d4d..9b7a9322d51 100644 --- a/src/emu/cpu/pdp1/pdp1dasm.c +++ b/src/emu/cpu/pdp1/pdp1dasm.c @@ -8,13 +8,13 @@ static int y; INLINE void ea (void) { - while (1) +/* while (1) { if (ib == 0) return; ib = (READ_PDP_18BIT (y) >> 12) & 1; y = READ_PDP_18BIT (y) & 07777; - } + }*/ } #define IN if (ib) sprintf(buffer+strlen(buffer)," i") |