summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/harddriv.h')
-rw-r--r--src/mame/includes/harddriv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/includes/harddriv.h b/src/mame/includes/harddriv.h
index 8d1af5e52fa..c7b8849ae4d 100644
--- a/src/mame/includes/harddriv.h
+++ b/src/mame/includes/harddriv.h
@@ -217,6 +217,7 @@ public:
DECLARE_MACHINE_START(harddriv);
DECLARE_MACHINE_RESET(harddriv);
DECLARE_VIDEO_START(harddriv);
+ INTERRUPT_GEN_MEMBER(hd68k_irq_gen);
};
@@ -224,9 +225,6 @@ public:
/* Driver/Multisync board */
-
-
-INTERRUPT_GEN( hd68k_irq_gen );
DECLARE_WRITE16_HANDLER( hd68k_irq_ack_w );
void hdgsp_irq_gen(device_t *device, int state);
void hdmsp_irq_gen(device_t *device, int state);