summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts3.cpp')
-rw-r--r--src/mame/drivers/gts3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts3.cpp b/src/mame/drivers/gts3.cpp
index 7e6ea28bafd..fdd842265fa 100644
--- a/src/mame/drivers/gts3.cpp
+++ b/src/mame/drivers/gts3.cpp
@@ -255,7 +255,7 @@ WRITE8_MEMBER( gts3_state::u4b_w )
m_lampclk = clk_bit;
-// printf("B=%s=%X ",machine().describe_context(),data&0xe0);
+// printf("%s B=%X ",machine().describe_context().c_str(),data&0xe0);
}
READ8_MEMBER( gts3_state::u4a_r )