From 1d05ea60893bc1a1e10a18e20b50dff7974a3b5d Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 24 Nov 2008 04:10:18 +0000 Subject: Cleanups and version bump for 0.128u4. --- src/emu/cpu/pdp1/pdp1dasm.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/emu/cpu/pdp1/pdp1dasm.c') 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") -- cgit v1.2.3-70-g09d2