summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bublbobl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bublbobl.h')
-rw-r--r--src/mame/includes/bublbobl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mame/includes/bublbobl.h b/src/mame/includes/bublbobl.h
index 651cb4ab32c..4b6299632b1 100644
--- a/src/mame/includes/bublbobl.h
+++ b/src/mame/includes/bublbobl.h
@@ -109,8 +109,5 @@ public:
DECLARE_MACHINE_START(common);
DECLARE_MACHINE_RESET(common);
UINT32 screen_update_bublbobl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ INTERRUPT_GEN_MEMBER(bublbobl_m68705_interrupt);
};
-
-/*----------- defined in machine/bublbobl.c -----------*/
-// for 68705 bootleg
-INTERRUPT_GEN( bublbobl_m68705_interrupt );