summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlekbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlekbd.cpp')
-rw-r--r--src/devices/bus/hp_hil/hlekbd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/hp_hil/hlekbd.cpp b/src/devices/bus/hp_hil/hlekbd.cpp
index 62278a45a7f..25414fc2de5 100644
--- a/src/devices/bus/hp_hil/hlekbd.cpp
+++ b/src/devices/bus/hp_hil/hlekbd.cpp
@@ -454,7 +454,7 @@ void hle_hp_ipc_device::device_reset()
void hle_hp_ipc_device::hil_idd()
{
- m_hp_hil_mlc->hil_write(0x0100 | ioport("COL0")->read());
+ m_hp_hil_mlc->hil_write(0x0100 | ioport("COL0")->read());
m_hp_hil_mlc->hil_write(m_device_id16 | 0);
}
@@ -509,7 +509,7 @@ void hle_hp_ipc_device::will_scan_row(u8 row)
attotime hle_hp_ipc_device::typematic_delay() const
{
- return attotime::from_msec(250); // XXX
+ return attotime::from_msec(250); // FIXME
}
attotime hle_hp_ipc_device::typematic_period() const
@@ -606,7 +606,7 @@ ioport_constructor hle_hp_itf_device::device_input_ports() const
void hle_hp_itf_device::hil_idd()
{
- m_hp_hil_mlc->hil_write(m_device_id16 | ioport("COL0")->read());
+ m_hp_hil_mlc->hil_write(m_device_id16 | ioport("COL0")->read());
m_hp_hil_mlc->hil_write(m_device_id16 | 0x04);
}