summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotcha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotcha.h')
-rw-r--r--src/mame/includes/gotcha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gotcha.h b/src/mame/includes/gotcha.h
index a18a56b2928..b4f18145cde 100644
--- a/src/mame/includes/gotcha.h
+++ b/src/mame/includes/gotcha.h
@@ -27,7 +27,7 @@ public:
UINT16 m_scroll[4];
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
DECLARE_WRITE16_MEMBER(gotcha_lamps_w);
DECLARE_WRITE16_MEMBER(gotcha_fgvideoram_w);
DECLARE_WRITE16_MEMBER(gotcha_bgvideoram_w);