summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blktiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blktiger.h')
-rw-r--r--src/mame/includes/blktiger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/blktiger.h b/src/mame/includes/blktiger.h
index a722c75be9f..e101bc7e85a 100644
--- a/src/mame/includes/blktiger.h
+++ b/src/mame/includes/blktiger.h
@@ -74,4 +74,6 @@ public:
required_device<palette_device> m_palette;
DECLARE_DRIVER_INIT(blktigerb3);
+ void blktiger(machine_config &config);
+ void blktigerbl(machine_config &config);
};