summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/commando.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/commando.h')
-rw-r--r--src/mame/includes/commando.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/commando.h b/src/mame/includes/commando.h
index fbb96181f61..d8e35c8d72e 100644
--- a/src/mame/includes/commando.h
+++ b/src/mame/includes/commando.h
@@ -61,4 +61,7 @@ public:
required_device<palette_device> m_palette;
optional_shared_ptr<uint8_t> m_decrypted_opcodes;
void commando(machine_config &config);
+ void commando_map(address_map &map);
+ void decrypted_opcodes_map(address_map &map);
+ void sound_map(address_map &map);
};