summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subsino.cpp')
-rw-r--r--src/mame/drivers/subsino.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/subsino.cpp b/src/mame/drivers/subsino.cpp
index e840760a910..3c2b9440e22 100644
--- a/src/mame/drivers/subsino.cpp
+++ b/src/mame/drivers/subsino.cpp
@@ -964,7 +964,7 @@ WRITE8_MEMBER(subsino_state::out_c_w)
for (uint8_t reel = 0; reel < 3; reel++)
m_reel_tilemap[reel]->mark_all_dirty();
-// popmessage("data %02x\n",data);
+// popmessage("data %02x\n",data);
}
void subsino_state::tisub_map(address_map &map)