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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/1942.h b/src/mame/includes/1942.h
index a9f4192f495..afff730a44e 100644
--- a/src/mame/includes/1942.h
+++ b/src/mame/includes/1942.h
@@ -65,4 +65,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
+ void _1942p(machine_config &config);
+ void _1942(machine_config &config);
};