summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/1942.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/1942.h')
-rw-r--r--src/mame/includes/1942.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/1942.h b/src/mame/includes/1942.h
index ae7f3e5d34f..28c4e919bf6 100644
--- a/src/mame/includes/1942.h
+++ b/src/mame/includes/1942.h
@@ -25,7 +25,7 @@ public:
UINT8 m_scroll[2];
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE8_MEMBER(c1942_bankswitch_w);
DECLARE_WRITE8_MEMBER(c1942_fgvideoram_w);
DECLARE_WRITE8_MEMBER(c1942_bgvideoram_w);