summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aeroboto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/aeroboto.h')
-rw-r--r--src/mame/includes/aeroboto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/aeroboto.h b/src/mame/includes/aeroboto.h
index 1cc03221a75..c70131dcf77 100644
--- a/src/mame/includes/aeroboto.h
+++ b/src/mame/includes/aeroboto.h
@@ -70,4 +70,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
void formatz(machine_config &config);
+ void main_map(address_map &map);
+ void sound_map(address_map &map);
};