summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/roul.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/roul.c')
-rw-r--r--src/mame/drivers/roul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/roul.c b/src/mame/drivers/roul.c
index 83036f9ef74..54a0e2dce50 100644
--- a/src/mame/drivers/roul.c
+++ b/src/mame/drivers/roul.c
@@ -90,8 +90,8 @@ code check bit 6 and bit 7
bit 7 -> blitter ready
bit 6 -> ??? (after unknown blitter command : [80][80][08][02])
*/
-// return 0x80; // blitter ready
-// logerror("Read unknown port $f5 at %04x\n",cpu_get_pc(space->cpu));
+// return 0x80; // blitter ready
+// logerror("Read unknown port $f5 at %04x\n",cpu_get_pc(space->cpu));
return mame_rand(space->machine) & 0x00c0;
}