summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exerion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exerion.h')
-rw-r--r--src/mame/includes/exerion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/exerion.h b/src/mame/includes/exerion.h
index 7909a742ee4..9880f46ccee 100644
--- a/src/mame/includes/exerion.h
+++ b/src/mame/includes/exerion.h
@@ -75,4 +75,6 @@ public:
uint32_t screen_update_exerion(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_background( bitmap_ind16 &bitmap, const rectangle &cliprect);
void exerion(machine_config &config);
+ void main_map(address_map &map);
+ void sub_map(address_map &map);
};