summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index b4f816d7aff..b694c06e8fb 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -43,7 +43,7 @@ public:
UINT8 m_sraider_0x38;
/* devices */
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
DECLARE_READ8_MEMBER(sraider_sound_low_r);
DECLARE_READ8_MEMBER(sraider_sound_high_r);
DECLARE_WRITE8_MEMBER(sraider_sound_low_w);