summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_kbd.cpp')
-rw-r--r--src/mame/machine/x68k_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x68k_kbd.cpp b/src/mame/machine/x68k_kbd.cpp
index 4d229a1ddba..6704afad127 100644
--- a/src/mame/machine/x68k_kbd.cpp
+++ b/src/mame/machine/x68k_kbd.cpp
@@ -312,7 +312,7 @@ void x68k_state::x68k_keyboard_push_scancode(unsigned char code)
//if(ioport("options")->read() & 0x01)
//{
// m_current_vector[6] = 0x4c;
- // m_maincpu->set_input_line_and_vector(6,ASSERT_LINE,0x4c);
+ // m_maincpu->set_input_line(6,ASSERT_LINE);
// logerror("MFP: Receive buffer full IRQ sent\n");
//}
}