summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/oneshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/oneshot.h')
-rw-r--r--src/mame/includes/oneshot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/oneshot.h b/src/mame/includes/oneshot.h
index 2927aadb924..f815738ad12 100644
--- a/src/mame/includes/oneshot.h
+++ b/src/mame/includes/oneshot.h
@@ -62,4 +62,6 @@ public:
required_device<okim6295_device> m_oki;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void maddonna(machine_config &config);
+ void oneshot(machine_config &config);
};