summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/pcat84.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/pcat84.h')
-rw-r--r--src/devices/bus/pc_kbd/pcat84.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/pcat84.h b/src/devices/bus/pc_kbd/pcat84.h
index 4b97b8e7aa0..2ed3fcc2b7c 100644
--- a/src/devices/bus/pc_kbd/pcat84.h
+++ b/src/devices/bus/pc_kbd/pcat84.h
@@ -64,7 +64,7 @@ private:
int key_depressed();
- required_device<cpu_device> m_maincpu;
+ required_device<i8048_device> m_maincpu;
required_ioport_array<16> m_dr;
optional_ioport m_kbdida;
optional_ioport m_kbdidb;