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, 1 insertions, 1 deletions
diff --git a/src/mame/includes/blktiger.h b/src/mame/includes/blktiger.h
index cb2cf23c220..8e1cd2a668d 100644
--- a/src/mame/includes/blktiger.h
+++ b/src/mame/includes/blktiger.h
@@ -39,7 +39,7 @@ public:
/* devices */
device_t *m_mcu;
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
DECLARE_READ8_MEMBER(blktiger_from_mcu_r);
DECLARE_WRITE8_MEMBER(blktiger_to_mcu_w);
DECLARE_READ8_MEMBER(blktiger_from_main_r);