summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/fk1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/fk1.c')
-rw-r--r--src/mess/drivers/fk1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/drivers/fk1.c b/src/mess/drivers/fk1.c
index a55003469f5..50e3af653fd 100644
--- a/src/mess/drivers/fk1.c
+++ b/src/mess/drivers/fk1.c
@@ -386,7 +386,6 @@ INPUT_PORTS_END
TIMER_DEVICE_CALLBACK_MEMBER(fk1_state::keyboard_callback)
{
-
if (machine().root_device().ioport("LINE0")->read())
{
m_int_vector = 6;
@@ -415,7 +414,6 @@ static IRQ_CALLBACK (fk1_irq_callback)
TIMER_DEVICE_CALLBACK_MEMBER(fk1_state::vsync_callback)
{
-
m_int_vector = 3;
machine().device("maincpu")->execute().set_input_line(0, HOLD_LINE);
}