summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/system16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/system16.h')
-rw-r--r--src/mame/includes/system16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/system16.h b/src/mame/includes/system16.h
index d0ffa7fdd5d..db789899af8 100644
--- a/src/mame/includes/system16.h
+++ b/src/mame/includes/system16.h
@@ -108,8 +108,8 @@ public:
UINT8 *m_decrypted_region; // goldnaxeb1 & bayrouteb1
/* devices */
- device_t *m_maincpu;
- device_t *m_soundcpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_soundcpu;
DECLARE_WRITE16_MEMBER(sound_command_nmi_w);
DECLARE_WRITE16_MEMBER(sound_command_w);
DECLARE_WRITE16_MEMBER(sys16_coinctrl_w);