summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index 85d2befb9cf..a53876a56a5 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -22,8 +22,8 @@ public:
int m_trio_control_select;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE8_MEMBER(triothep_control_select_w);
DECLARE_READ8_MEMBER(triothep_control_r);
DECLARE_WRITE8_MEMBER(actfancr_sound_w);