summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/1942.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/1942.h')
-rw-r--r--src/mame/includes/1942.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/1942.h b/src/mame/includes/1942.h
index afff730a44e..6509fcce16b 100644
--- a/src/mame/includes/1942.h
+++ b/src/mame/includes/1942.h
@@ -67,4 +67,9 @@ public:
required_device<generic_latch_8_device> m_soundlatch;
void _1942p(machine_config &config);
void _1942(machine_config &config);
+ void c1942_map(address_map &map);
+ void c1942p_map(address_map &map);
+ void c1942p_sound_io(address_map &map);
+ void c1942p_sound_map(address_map &map);
+ void sound_map(address_map &map);
};