summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funybubl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funybubl.h')
-rw-r--r--src/mame/includes/funybubl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/funybubl.h b/src/mame/includes/funybubl.h
index fd248247b36..1385c90d680 100644
--- a/src/mame/includes/funybubl.h
+++ b/src/mame/includes/funybubl.h
@@ -20,6 +20,8 @@ public:
DECLARE_WRITE8_MEMBER(funybubl_soundcommand_w);
DECLARE_WRITE8_MEMBER(funybubl_paldatawrite);
DECLARE_WRITE8_MEMBER(funybubl_oki_bank_sw);
+ virtual void machine_start();
+ virtual void video_start();
};
@@ -27,5 +29,5 @@ public:
/*----------- defined in video/funybubl.c -----------*/
-VIDEO_START(funybubl);
+
SCREEN_UPDATE_IND16(funybubl);