summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jackie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jackie.c')
-rw-r--r--src/mame/drivers/jackie.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/jackie.c b/src/mame/drivers/jackie.c
index 6707dc4e02a..38dcf3c2d74 100644
--- a/src/mame/drivers/jackie.c
+++ b/src/mame/drivers/jackie.c
@@ -264,13 +264,13 @@ void jackie_state::machine_reset()
}
-void jackie_state::show_out()
-{
-#ifdef MAME_DEBUG
-// popmessage("%02x %02x %02x", state->m_out[0], state->m_out[1], state->m_out[2]);
- popmessage("520: %04x %04x %04x %04x %04x\n560: %04x %04x %04x %04x %04x\n5A0: %04x %04x %04x %04x %04x",
- m_unk_reg[0][0],m_unk_reg[0][1],m_unk_reg[0][2],m_unk_reg[0][3],m_unk_reg[0][4],
- m_unk_reg[1][0],m_unk_reg[1][1],m_unk_reg[1][2],m_unk_reg[1][3],m_unk_reg[1][4],
+void jackie_state::show_out()
+{
+#ifdef MAME_DEBUG
+// popmessage("%02x %02x %02x", m_out[0], m_out[1], m_out[2]);
+ popmessage("520: %04x %04x %04x %04x %04x\n560: %04x %04x %04x %04x %04x\n5A0: %04x %04x %04x %04x %04x",
+ m_unk_reg[0][0],m_unk_reg[0][1],m_unk_reg[0][2],m_unk_reg[0][3],m_unk_reg[0][4],
+ m_unk_reg[1][0],m_unk_reg[1][1],m_unk_reg[1][2],m_unk_reg[1][3],m_unk_reg[1][4],
m_unk_reg[2][0],m_unk_reg[2][1],m_unk_reg[2][2],m_unk_reg[2][3],m_unk_reg[2][4]
);
#endif