summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index 94b00f0529f..7f44743c808 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -22,7 +22,7 @@ public:
int m_last_track[4];
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
device_t *m_k007342;
device_t *m_k007420;
DECLARE_READ8_MEMBER(trackball_r);