From dc8b42153749b23905f349e75dc63e944d18e2ef Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 29 Aug 2017 22:48:03 -0700 Subject: Fix regression in XBAND keyboard support. Fixes ticket:33 --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 45a8218..7b5d404 100644 --- a/io.c +++ b/io.c @@ -2104,9 +2104,9 @@ uint8_t io_data_read(io_port * port, uint32_t current_cycle) input = 0xF; } input |= ((port->device.keyboard.tr_counter & 1) == 0) << 4; - //this is not strictly correct at all times, but good enough for now - device_driven = 0x1F; } + //this is not strictly correct at all times, but good enough for now + device_driven = 0x1F; break; } #ifndef _WIN32 -- cgit v1.2.3