JEGA: Bring back the reset for time being, the BIOS needs it to reboot.

This commit is contained in:
OBattler
2025-03-25 02:08:35 +01:00
parent 3f6593f314
commit 260f91313a

View File

@@ -803,9 +803,9 @@ if386_p6x_write(uint16_t port, uint8_t val, void *priv)
} else if (p65idx == 0x05) {
if (val & 0x10)
/* Power off (instead this call hardware reset here) */
// resetx86();
resetx86();
/* Actually, power off - we have a function for that! */
plat_power_off();
// plat_power_off();
}
}
return;