summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cyberbal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cyberbal.h')
-rw-r--r--src/mame/includes/cyberbal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/cyberbal.h b/src/mame/includes/cyberbal.h
index d433dd6b93e..6ed7727dadc 100644
--- a/src/mame/includes/cyberbal.h
+++ b/src/mame/includes/cyberbal.h
@@ -56,12 +56,12 @@ public:
UINT32 screen_update_cyberbal_left(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_cyberbal_right(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
UINT32 screen_update_cyberbal2p(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(cyberbal_sound_68k_irq_gen);
};
/*----------- defined in audio/cyberbal.c -----------*/
void cyberbal_sound_reset(running_machine &machine);
-INTERRUPT_GEN( cyberbal_sound_68k_irq_gen );
/*----------- defined in video/cyberbal.c -----------*/