diff options
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1dasm.c')
-rw-r--r-- | src/emu/cpu/pdp1/pdp1dasm.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/cpu/pdp1/pdp1dasm.c b/src/emu/cpu/pdp1/pdp1dasm.c index 9b7a9322d51..c9844cfa7ae 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) - { - if (ib == 0) - return; - ib = (READ_PDP_18BIT (y) >> 12) & 1; - y = READ_PDP_18BIT (y) & 07777; - }*/ +/* 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") |