diff options
Diffstat (limited to 'src/devices/bus/hp_hil/hlekbd.cpp')
-rw-r--r-- | src/devices/bus/hp_hil/hlekbd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp_hil/hlekbd.cpp b/src/devices/bus/hp_hil/hlekbd.cpp index ea12473df70..16245dc9da3 100644 --- a/src/devices/bus/hp_hil/hlekbd.cpp +++ b/src/devices/bus/hp_hil/hlekbd.cpp @@ -317,7 +317,7 @@ bool hle_device_base::hil_write(uint16_t *pdata) case 0x0f: m_device_id = data - 8; m_device_id16 = (data - 8) << 8; - *pdata &= ~7; + *pdata &= ~7; *pdata += (data - 7); break; |