Various Super I/O chip rewrites and fixes (and implemented dual-chip mode for the SMC FDC73C669).

This commit is contained in:
OBattler
2021-08-20 17:50:42 +02:00
parent 5c339ec55f
commit a76fda99d8
6 changed files with 387 additions and 203 deletions

View File

@@ -256,7 +256,7 @@ fdc37c66x_reset(fdc37c66x_t *dev)
dev->tries = 0;
memset(dev->regs, 0, 16);
dev->regs[0x0] = 0x2a;
dev->regs[0x0] = 0x3a;
dev->regs[0x1] = 0x9f;
dev->regs[0x2] = 0xdc;
dev->regs[0x3] = 0x78;