summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/concept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/concept.c')
-rw-r--r--src/mess/machine/concept.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/concept.c b/src/mess/machine/concept.c
index f7c5596b619..136c911542f 100644
--- a/src/mess/machine/concept.c
+++ b/src/mess/machine/concept.c
@@ -182,9 +182,9 @@ static void poll_keyboard(running_machine &machine)
}
}
-INTERRUPT_GEN( concept_interrupt )
+INTERRUPT_GEN_MEMBER(concept_state::concept_interrupt)
{
- poll_keyboard(device->machine());
+ poll_keyboard(machine());
}
/*