86F format handler updated to 86F version 2.0 and bit by bit handling;
FDI stream images are now also handled by the 86F handler; Both floppy drives' motors now spin separately; Added Plantronics ColorPlus emulation per patch from PCem forum; Applied all mainline PCem commits; Fixed several bugs.
This commit is contained in:
@@ -334,7 +334,6 @@ uint8_t svga_in(uint16_t addr, void *p)
|
||||
case 0x32CB:
|
||||
pclog("Read port %04X\n", addr);
|
||||
return 0xEE;
|
||||
return charsettings;
|
||||
// return 0xEE | (charedit_on ? 0x10 : 0);
|
||||
|
||||
case 0x3C0:
|
||||
|
||||
Reference in New Issue
Block a user