Report the appropriate ports in the RZ-1000's BAR's and fix the password jumper, fixes #6083.

This commit is contained in:
OBattler
2025-08-28 12:07:13 +02:00
parent b582e65a99
commit c660878c35
2 changed files with 11 additions and 2 deletions

View File

@@ -208,6 +208,15 @@ rz1000_reset(void *priv)
dev->regs[0x0a] = 0x01; /* IDE controller */
dev->regs[0x0b] = 0x01; /* Mass storage controller */
dev->regs[0x10] = 0xf1;
dev->regs[0x11] = 0x01;
dev->regs[0x14] = 0xf5;
dev->regs[0x15] = 0x03;
dev->regs[0x18] = 0x71;
dev->regs[0x19] = 0x01;
dev->regs[0x1c] = 0x75;
dev->regs[0x1d] = 0x03;
dev->irq_mode[0] = dev->irq_mode[1] = 0;
dev->irq_pin = PCI_INTA;
dev->irq_line = 14;