summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/battlera.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/battlera.h')
-rw-r--r--src/mame/includes/battlera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/battlera.h b/src/mame/includes/battlera.h
index ed9a0fd84ae..df5433a7591 100644
--- a/src/mame/includes/battlera.h
+++ b/src/mame/includes/battlera.h
@@ -44,4 +44,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void battlera(machine_config &config);
+ void battlera_map(address_map &map);
+ void battlera_portmap(address_map &map);
+ void sound_map(address_map &map);
};