Several fixes - the Samsung SPC4200P works again, as do VLB graphics cards.

This commit is contained in:
OBattler
2017-11-19 20:33:25 +01:00
parent b97aacdc70
commit 7dbb5e1642
3 changed files with 8 additions and 8 deletions

View File

@@ -601,7 +601,6 @@ void resetx86()
if(AT)
{
loadcs(0xF000);
_cs.base = cpu_16bitbus ? 0xFF0000 : 0xFFFF0000;
cpu_state.pc=0xFFF0;
rammask = cpu_16bitbus ? 0xFFFFFF : 0xFFFFFFFF;
}
@@ -648,7 +647,6 @@ void softresetx86()
if(AT)
{
loadcs(0xF000);
_cs.base = cpu_16bitbus ? 0xFF0000 : 0xFFFF0000;
cpu_state.pc=0xFFF0;
rammask = cpu_16bitbus ? 0xFFFFFF : 0xFFFFFFFF;
}