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:
@@ -1267,7 +1267,6 @@ static void riva128_pci_write(int func, int addr, uint8_t val, void *p)
|
||||
return;
|
||||
|
||||
case PCI_REG_COMMAND:
|
||||
if (romset == ROM_KN97) return;
|
||||
riva128->pci_regs[PCI_REG_COMMAND] = val & 0x27;
|
||||
if (val & PCI_COMMAND_IO)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user