summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/alpha68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/alpha68k.h')
-rw-r--r--src/mame/includes/alpha68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index a82d2c978e1..7741e36c0ad 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -43,7 +43,7 @@ public:
unsigned m_game_id; // see below
/* devices */
- device_t *m_audiocpu;
+ cpu_device *m_audiocpu;
UINT8 m_sound_nmi_mask;
UINT8 m_sound_pa_latch;
DECLARE_WRITE16_MEMBER(tnextspc_coin_counters_w);