dingusppc/devices/common
Mihai Parparita d45bba924d Fix "a" key always being as as a keyup
We were using an empty value on the second byte of the ADB keyboard
register 0, but that maps to the "a" key. This manifested itself
as the Key Caps DA never showing the "a" key as being down.

Switch to a non-existent key for the second byte.
2023-11-23 22:39:06 -08:00
..
adb Fix "a" key always being as as a keyup 2023-11-23 22:39:06 -08:00
ata Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
i2c Clean up #includes 2023-11-03 00:33:47 -07:00
pci Clean up #includes 2023-11-03 00:33:47 -07:00
scsi Move disk image reading to be behind an ImgFile class 2023-11-09 21:49:28 -08:00
dbdma.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
dbdma.h Clean up #includes 2023-11-03 00:33:47 -07:00
dmacore.h Rework DBDMA logic for bidirectional channels. 2022-11-17 18:03:18 +01:00
hwcomponent.h hwcomponent: fix size of the component type enum. 2023-07-23 16:32:00 +02:00
hwinterrupt.h hwinterrupt: add IDE interrupts. 2023-06-18 23:22:51 +02:00
machineid.h Fix Gossamer system register. 2023-01-11 23:49:20 +01:00
mmiodevice.h Fix read/write argument names 2022-08-22 17:16:22 -07:00
nvram.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
nvram.h nvram: use smart pointers, fix initialization. 2023-04-17 00:03:36 +02:00
ofnvram.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
ofnvram.h Clean up #includes 2023-11-03 00:33:47 -07:00
viacuda.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
viacuda.h Clean up #includes 2023-11-03 00:33:47 -07:00