summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 2 insertions, 2 deletions
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