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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/funybubl.h b/src/mame/includes/funybubl.h
index 82b6ea475b5..98bb73bdf75 100644
--- a/src/mame/includes/funybubl.h
+++ b/src/mame/includes/funybubl.h
@@ -40,4 +40,7 @@ public:
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);
};