summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wgp.h')
-rw-r--r--src/mame/includes/wgp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/wgp.h b/src/mame/includes/wgp.h
index 106d70bf1ae..7fa09419dc4 100644
--- a/src/mame/includes/wgp.h
+++ b/src/mame/includes/wgp.h
@@ -40,9 +40,9 @@ public:
INT32 m_banknum;
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
- device_t *m_subcpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
+ cpu_device *m_subcpu;
device_t *m_tc0100scn;
device_t *m_tc0140syt;
DECLARE_READ16_MEMBER(sharedram_r);