summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/argus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/argus.h')
-rw-r--r--src/mame/includes/argus.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/argus.h b/src/mame/includes/argus.h
index 62c434b38ef..9c8c1c28a6d 100644
--- a/src/mame/includes/argus.h
+++ b/src/mame/includes/argus.h
@@ -143,4 +143,11 @@ public:
void valtric(machine_config &config);
void argus(machine_config &config);
void butasan(machine_config &config);
+ void argus_map(address_map &map);
+ void butasan_map(address_map &map);
+ void sound_map_a(address_map &map);
+ void sound_map_b(address_map &map);
+ void sound_portmap_1(address_map &map);
+ void sound_portmap_2(address_map &map);
+ void valtric_map(address_map &map);
};