diff options
Diffstat (limited to 'src/devices/bus/pc_kbd/pc83.h')
-rw-r--r-- | src/devices/bus/pc_kbd/pc83.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/pc83.h b/src/devices/bus/pc_kbd/pc83.h index dc33096c437..6b800c7b8a0 100644 --- a/src/devices/bus/pc_kbd/pc83.h +++ b/src/devices/bus/pc_kbd/pc83.h @@ -50,7 +50,7 @@ private: DECLARE_WRITE8_MEMBER( p2_w ); DECLARE_READ_LINE_MEMBER( t0_r ); - required_device<cpu_device> m_maincpu; + required_device<i8048_device> m_maincpu; required_ioport_array<24> m_dr; uint8_t m_cnt; |