summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skyfox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skyfox.h')
-rw-r--r--src/mame/includes/skyfox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/skyfox.h b/src/mame/includes/skyfox.h
index 5a87b1efcec..6e96231a00c 100644
--- a/src/mame/includes/skyfox.h
+++ b/src/mame/includes/skyfox.h
@@ -23,7 +23,7 @@ public:
int m_palette_selected;
/* devices */
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
DECLARE_READ8_MEMBER(skyfox_vregs_r);
DECLARE_WRITE8_MEMBER(skyfox_vregs_w);
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);