summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m24_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m24_kbd.h')
-rw-r--r--src/mame/machine/m24_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m24_kbd.h b/src/mame/machine/m24_kbd.h
index 86ad4344e08..a18ffd3d198 100644
--- a/src/mame/machine/m24_kbd.h
+++ b/src/mame/machine/m24_kbd.h
@@ -32,7 +32,7 @@ private:
uint8_t m_p1;
bool m_keypress, m_kbcdata;
devcb_write_line m_out_data;
- required_device<cpu_device> m_mcu;
+ required_device<i8049_device> m_mcu;
emu_timer *m_reset_timer;
DECLARE_WRITE8_MEMBER(bus_w);