summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index cd61da90fdd..8e5944e118c 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -60,4 +60,7 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int prio );
void brkthru(machine_config &config);
void darwin(machine_config &config);
+ void brkthru_map(address_map &map);
+ void darwin_map(address_map &map);
+ void sound_map(address_map &map);
};