Removed excess ACPI logging and reverted a test AT NVR change that was never supposed to be committed, fixes OS/2 2.x.

This commit is contained in:
OBattler
2021-07-20 05:54:37 +02:00
parent e1837929f0
commit 803ae780ac
2 changed files with 0 additions and 5 deletions

View File

@@ -691,10 +691,6 @@ nvr_read(uint16_t addr, void *priv)
ret = (nvr->regs[RTC_REGA] & 0x7f) | local->stat;
break;
case RTC_REGB:
ret = nvr->regs[local->addr[addr_id]] | 0x40;
break;
case RTC_REGC:
picintc(1 << nvr->irq);
ret = nvr->regs[RTC_REGC];