summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tumbleb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tumbleb.h')
-rw-r--r--src/mame/includes/tumbleb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tumbleb.h b/src/mame/includes/tumbleb.h
index 9f0c847e5e7..15b1275f0f8 100644
--- a/src/mame/includes/tumbleb.h
+++ b/src/mame/includes/tumbleb.h
@@ -33,8 +33,8 @@ public:
UINT16 m_tilebank;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_oki;
UINT8 m_semicom_prot_offset;
UINT16 m_protbase;