summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kingobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kingobox.h')
-rw-r--r--src/mame/includes/kingobox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/kingobox.h b/src/mame/includes/kingobox.h
index a2d74b40d84..2a943886212 100644
--- a/src/mame/includes/kingobox.h
+++ b/src/mame/includes/kingobox.h
@@ -79,4 +79,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
+ void kingofb(machine_config &config);
+ void ringking(machine_config &config);
};