diff options
Diffstat (limited to 'src/mame/includes/interpro.h')
-rw-r--r-- | src/mame/includes/interpro.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/interpro.h b/src/mame/includes/interpro.h index 0dac4f4403b..0df07883eac 100644 --- a/src/mame/includes/interpro.h +++ b/src/mame/includes/interpro.h @@ -79,6 +79,7 @@ public: , m_scsibus(*this, INTERPRO_SCSI_TAG) , m_eth(*this, INTERPRO_ETH_TAG) , m_ioga(*this, INTERPRO_IOGA_TAG) + , m_keyboard(*this, INTERPRO_KEYBOARD_PORT_TAG) , m_diag_led(*this, "digit0") { } @@ -96,6 +97,8 @@ public: required_device<i82586_base_device> m_eth; required_device<interpro_ioga_device> m_ioga; + required_device<interpro_keyboard_port_device> m_keyboard; + void init_common(); virtual DECLARE_READ32_MEMBER(unmapped_r); |