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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/blktiger.h b/src/mame/includes/blktiger.h
index e101bc7e85a..9a57086fdfd 100644
--- a/src/mame/includes/blktiger.h
+++ b/src/mame/includes/blktiger.h
@@ -76,4 +76,10 @@ public:
DECLARE_DRIVER_INIT(blktigerb3);
void blktiger(machine_config &config);
void blktigerbl(machine_config &config);
+ void blktiger_io_map(address_map &map);
+ void blktiger_map(address_map &map);
+ void blktiger_mcu_io_map(address_map &map);
+ void blktiger_mcu_map(address_map &map);
+ void blktiger_sound_map(address_map &map);
+ void blktigerbl_io_map(address_map &map);
};