summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lasso.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lasso.h')
-rw-r--r--src/mame/includes/lasso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lasso.h b/src/mame/includes/lasso.h
index 004afc6a215..d6540610f5d 100644
--- a/src/mame/includes/lasso.h
+++ b/src/mame/includes/lasso.h
@@ -39,8 +39,8 @@ public:
UINT8 m_track_enable; /* used by wwjgtin */
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
optional_device<sn76489_new_device> m_sn_1;
optional_device<sn76489_new_device> m_sn_2;
DECLARE_WRITE8_MEMBER(sound_command_w);