summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ecbbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ecbbus.h')
-rw-r--r--src/mess/machine/ecbbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/ecbbus.h b/src/mess/machine/ecbbus.h
index 8b9d53b20f3..96bc575823d 100644
--- a/src/mess/machine/ecbbus.h
+++ b/src/mess/machine/ecbbus.h
@@ -123,7 +123,7 @@ protected:
private:
// internal state
- device_t *m_maincpu;
+ cpu_device *m_maincpu;
devcb_resolved_write_line m_out_int_func;
devcb_resolved_write_line m_out_nmi_func;