summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/x68k_kbd.c
diff options
context:
space:
mode:
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");
//}
}
}