summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/a2eauxslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/a2eauxslot.h')
-rw-r--r--src/mess/machine/a2eauxslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/a2eauxslot.h b/src/mess/machine/a2eauxslot.h
index 8e645c7b352..bcead368242 100644
--- a/src/mess/machine/a2eauxslot.h
+++ b/src/mess/machine/a2eauxslot.h
@@ -97,7 +97,7 @@ protected:
virtual void device_config_complete();
// internal state
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
devcb_resolved_write_line m_out_irq_func;
devcb_resolved_write_line m_out_nmi_func;