summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/x68k_kbd.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/machine/x68k_kbd.c
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/machine/x68k_kbd.c')
-rw-r--r--src/mess/machine/x68k_kbd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/x68k_kbd.c b/src/mess/machine/x68k_kbd.c
index 8bea0665d7a..6888867c092 100644
--- a/src/mess/machine/x68k_kbd.c
+++ b/src/mess/machine/x68k_kbd.c
@@ -355,9 +355,9 @@ void x68k_state::x68k_keyboard_push_scancode(unsigned char code)
//m_mfp.rsr |= 0x80; // Buffer full
//if(ioport("options")->read() & 0x01)
//{
- // m_current_vector[6] = 0x4c;
- // m_maincpu->set_input_line_and_vector(6,ASSERT_LINE,0x4c);
- // logerror("MFP: Receive buffer full IRQ sent\n");
+ // m_current_vector[6] = 0x4c;
+ // m_maincpu->set_input_line_and_vector(6,ASSERT_LINE,0x4c);
+ // logerror("MFP: Receive buffer full IRQ sent\n");
//}
}
}