summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/pcxt83.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/pcxt83.h')
-rw-r--r--src/devices/bus/pc_kbd/pcxt83.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/pcxt83.h b/src/devices/bus/pc_kbd/pcxt83.h
index fd209d2e767..d2e7175e8c4 100644
--- a/src/devices/bus/pc_kbd/pcxt83.h
+++ b/src/devices/bus/pc_kbd/pcxt83.h
@@ -51,7 +51,7 @@ private:
DECLARE_READ_LINE_MEMBER( t0_r );
DECLARE_READ_LINE_MEMBER( t1_r );
- required_device<cpu_device> m_maincpu;
+ required_device<i8048_device> m_maincpu;
required_ioport_array<12> m_md;
uint8_t m_bus;