summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cbuster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cbuster.h')
-rw-r--r--src/mame/includes/cbuster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/cbuster.h b/src/mame/includes/cbuster.h
index cf277eee2f7..6159c82d45e 100644
--- a/src/mame/includes/cbuster.h
+++ b/src/mame/includes/cbuster.h
@@ -30,8 +30,8 @@ public:
int m_pri;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_deco_tilegen1;
device_t *m_deco_tilegen2;
DECLARE_WRITE16_MEMBER(twocrude_control_w);