Added the Xi8088.

This commit is contained in:
OBattler
2018-03-02 20:47:18 +01:00
parent b7120def92
commit 99d22c3c03
13 changed files with 135 additions and 42 deletions

View File

@@ -385,13 +385,11 @@ void t3100e_turbo_set(uint8_t value)
if (!value)
{
int c = cpu;
cpu = 0; /* 286/6 */
cpu_set();
cpu = c;
cpu_dynamic_switch(0); /* 286/6 */
}
else
{
cpu_set();
cpu_dynamic_switch(cpu);
}
}