summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/compis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/compis.c')
-rw-r--r--src/mess/machine/compis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/compis.c b/src/mess/machine/compis.c
index 697fa583b6b..c10b7142767 100644
--- a/src/mess/machine/compis.c
+++ b/src/mess/machine/compis.c
@@ -1395,8 +1395,8 @@ void compis_state::machine_reset()
/* Name: compis */
/* Desc: Interrupt - Vertical Blanking Interrupt */
/*-------------------------------------------------------------------------*/
-INTERRUPT_GEN( compis_vblank_int )
+INTERRUPT_GEN_MEMBER(compis_state::compis_vblank_int)
{
// compis_gdc_vblank_int();
- compis_keyb_update(device->machine());
+ compis_keyb_update(machine());
}