summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/keytro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/keytro.h')
-rw-r--r--src/devices/bus/pc_kbd/keytro.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/keytro.h b/src/devices/bus/pc_kbd/keytro.h
index 4bfc637e8f2..c1e86e92f82 100644
--- a/src/devices/bus/pc_kbd/keytro.h
+++ b/src/devices/bus/pc_kbd/keytro.h
@@ -11,6 +11,7 @@
#pragma once
+#include "cpu/mcs51/mcs51.h"
#include "pc_kbdc.h"
//**************************************************************************
@@ -58,7 +59,7 @@ protected:
void keytronic_pc3270_io(address_map &map);
void keytronic_pc3270_program(address_map &map);
- required_device<cpu_device> m_cpu;
+ required_device<i8051_device> m_cpu;
uint8_t m_p1;
uint8_t m_p1_data;