summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hd63484.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hd63484.c')
-rw-r--r--src/mame/video/hd63484.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/hd63484.c b/src/mame/video/hd63484.c
index 427c031e9c1..d96a363d0ad 100644
--- a/src/mame/video/hd63484.c
+++ b/src/mame/video/hd63484.c
@@ -1404,8 +1404,8 @@ static int regno;
READ16_HANDLER( HD63484_status_r )
{
-// if (cpu_get_pc(space->cpu) != 0xfced6 && cpu_get_pc(space->cpu) != 0xfe1d6)
-// logerror("%05x: HD63484 status read\n",cpu_get_pc(space->cpu));
+// if (cpu_get_pc(space->cpu) != 0xfced6 && cpu_get_pc(space->cpu) != 0xfe1d6)
+// logerror("%05x: HD63484 status read\n",cpu_get_pc(space->cpu));
return 0xff22|(mame_rand(space->machine) & 0x0004); /* write FIFO ready + command end + (read FIFO ready or read FIFO not ready) */
}