Reverted the NCR 53C810 to non-threaded code (but still cleaned it up), a bit slower but at least it works with everything that has been tested;

Moved the Green B 486 machine to the Dev branch.
This commit is contained in:
OBattler
2017-12-25 17:57:05 +01:00
parent 37fc5642ca
commit 1acde00754
7 changed files with 612 additions and 1279 deletions

View File

@@ -839,6 +839,7 @@ machine_ps2_model_80_init(machine_t *model)
}
#ifdef WALTJE
void
machine_ps2_model_80_486_init(machine_t *model)
{
@@ -846,3 +847,4 @@ machine_ps2_model_80_486_init(machine_t *model)
ps2_mca_board_model_80_type2_init(1);
}
#endif