summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrof.h')
-rw-r--r--src/mame/includes/astrof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/astrof.h b/src/mame/includes/astrof.h
index 196dc5feb55..4f434165248 100644
--- a/src/mame/includes/astrof.h
+++ b/src/mame/includes/astrof.h
@@ -36,7 +36,7 @@ public:
UINT8 m_astrof_bosskill_playing;
/* devices */
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
samples_device *m_samples; // astrof & abattle
device_t *m_sn; // tomahawk
DECLARE_READ8_MEMBER(irq_clear_r);