comparison io.c @ 1453:cd6e566eb6b9

Fix regression in XBAND keyboard support. Fixes ticket:33
author Michael Pavone <pavone@retrodev.com>
date Tue, 29 Aug 2017 22:48:03 -0700
parents e2bd03ed3190
children 1cdd7f492af8
comparison
equal deleted inserted replaced
1452:f284ad74afe1 1453:cd6e566eb6b9
2102 } 2102 }
2103 } else { 2103 } else {
2104 input = 0xF; 2104 input = 0xF;
2105 } 2105 }
2106 input |= ((port->device.keyboard.tr_counter & 1) == 0) << 4; 2106 input |= ((port->device.keyboard.tr_counter & 1) == 0) << 4;
2107 //this is not strictly correct at all times, but good enough for now 2107 }
2108 device_driven = 0x1F; 2108 //this is not strictly correct at all times, but good enough for now
2109 } 2109 device_driven = 0x1F;
2110 break; 2110 break;
2111 } 2111 }
2112 #ifndef _WIN32 2112 #ifndef _WIN32
2113 case IO_SEGA_PARALLEL: 2113 case IO_SEGA_PARALLEL:
2114 if (!th) 2114 if (!th)