SiS Rabbit (85c310) shadow RAM handling rewrite (fixes IDE, same as on the ACC chipset) and fixed a warning in the AD1848 code.

This commit is contained in:
OBattler
2020-06-07 01:54:19 +02:00
parent 6cf083c96d
commit 5f64a6f851
2 changed files with 61 additions and 27 deletions

View File

@@ -117,7 +117,7 @@ void ad1848_write(uint16_t addr, uint8_t val, void *p)
case 24:
if (! (val & 0x70))
ad1848->status &= 0xfe;
break;
break;
case 25:
break;