summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/prehisle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/prehisle.h')
-rw-r--r--src/mame/includes/prehisle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/prehisle.h b/src/mame/includes/prehisle.h
index e943f7f1697..49c2ad3d26e 100644
--- a/src/mame/includes/prehisle.h
+++ b/src/mame/includes/prehisle.h
@@ -51,4 +51,5 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
+ void prehisle(machine_config &config);
};