Port 92h now hard resets as well.

This commit is contained in:
OBattler
2021-01-06 06:36:39 +01:00
parent 08cc692173
commit afb896f1eb

View File

@@ -71,7 +71,7 @@ port_92_readw(uint16_t port, void *priv)
static void
port_92_pulse(void *priv)
{
softresetx86();
resetx86();
cpu_set_edx();
}