summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/btime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/btime.h')
-rw-r--r--src/mame/includes/btime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/btime.h b/src/mame/includes/btime.h
index 1e58cd8eca0..87131c57755 100644
--- a/src/mame/includes/btime.h
+++ b/src/mame/includes/btime.h
@@ -52,8 +52,8 @@ public:
int m_protection_ret;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE8_MEMBER(audio_nmi_enable_w);
DECLARE_WRITE8_MEMBER(lnc_w);