summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hotblock.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-04 08:58:06 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-04 09:00:36 +0100
commitd8b8d945eddf359c40b2a0e6fab88212327fa58a (patch)
tree45c87a927284a76f1c848246cd8a940d1009f63c /src/mame/drivers/hotblock.cpp
parentc3530cdebe6515f85f9b3a9318eadb266aa60898 (diff)
Ch-ch-ch-ch-ch-checkpoint... (nw)
Diffstat (limited to 'src/mame/drivers/hotblock.cpp')
-rw-r--r--src/mame/drivers/hotblock.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/hotblock.cpp b/src/mame/drivers/hotblock.cpp
index cfcb8c7ceec..4b96adf8cdd 100644
--- a/src/mame/drivers/hotblock.cpp
+++ b/src/mame/drivers/hotblock.cpp
@@ -104,9 +104,6 @@ READ8_MEMBER(hotblock_state::port4_r)
WRITE8_MEMBER(hotblock_state::port4_w)
{
-// osd_printf_debug("port4_w: pc = %06x : data %04x\n", space.device().safe_pc(), data);
-// popmessage("port4_w: pc = %06x : data %04x", space.device().safe_pc(), data);
-
m_port4 = data;
}
@@ -114,8 +111,6 @@ WRITE8_MEMBER(hotblock_state::port4_w)
WRITE8_MEMBER(hotblock_state::port0_w)
{
-// popmessage("port4_w: pc = %06x : data %04x", space.device().safe_pc(), data);
-
m_port0 = data;
}