summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suprslam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suprslam.h')
-rw-r--r--src/mame/includes/suprslam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/suprslam.h b/src/mame/includes/suprslam.h
index f7f3a609b9f..212af1f83a5 100644
--- a/src/mame/includes/suprslam.h
+++ b/src/mame/includes/suprslam.h
@@ -35,7 +35,7 @@ public:
int m_pending_command;
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
device_t *m_k053936;
DECLARE_WRITE16_MEMBER(sound_command_w);
DECLARE_READ16_MEMBER(pending_command_r);