summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlebase.cpp')
-rw-r--r--src/devices/bus/hp_hil/hlebase.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/bus/hp_hil/hlebase.cpp b/src/devices/bus/hp_hil/hlebase.cpp
index c7b121dcb44..dc849d9f65b 100644
--- a/src/devices/bus/hp_hil/hlebase.cpp
+++ b/src/devices/bus/hp_hil/hlebase.cpp
@@ -141,6 +141,12 @@ bool hle_device_base::hil_write(uint16_t *pdata)
return true;
break;
+ case HPHIL_DKA:
+ case HPHIL_EK1:
+ case HPHIL_EK2:
+ hil_typematic(data);
+ break;
+
default:
LOG("command %02X unknown\n", data);
break;