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 1f90c7f0d26..2dcce7ab081 100644
--- a/src/mame/includes/funybubl.h
+++ b/src/mame/includes/funybubl.h
@@ -18,6 +18,9 @@ public:
m_palette(*this, "palette"),
m_soundlatch(*this, "soundlatch") { }
+ void funybubl(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_paletteram;
@@ -40,7 +43,6 @@ public:
virtual void video_start() override;
uint32_t screen_update_funybubl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
- void funybubl(machine_config &config);
void funybubl_map(address_map &map);
void io_map(address_map &map);
void sound_map(address_map &map);