summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funkyjet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funkyjet.h')
-rw-r--r--src/mame/includes/funkyjet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/funkyjet.h b/src/mame/includes/funkyjet.h
index 4adf82abd66..b0ad7b11a2f 100644
--- a/src/mame/includes/funkyjet.h
+++ b/src/mame/includes/funkyjet.h
@@ -20,8 +20,8 @@ public:
// UINT16 * paletteram; // currently this uses generic palette handling (in decocomn.c)
/* devices */
- device_t *m_maincpu;
- device_t *m_audiocpu;
+ cpu_device *m_maincpu;
+ cpu_device *m_audiocpu;
device_t *m_deco_tilegen1;
DECLARE_DRIVER_INIT(funkyjet);
};