Finalized changing the 286-based systems to have an "internal ide" controller; these machines now have to select the desired HD controller from the menu. The Samsung 286 machine also needs its upper 384K remapped. Added machine_at_scat_remap() to implement thjs for SCAT-based boards.

This commit is contained in:
waltje
2017-09-18 22:38:15 -04:00
parent aea3b1e34f
commit ef677295f7
5 changed files with 16 additions and 28 deletions

View File

@@ -83,10 +83,7 @@ static void neat_init(void)
void machine_at_neat_init(void)
{
#ifdef WALTJE
machine_at_init();
#else
machine_at_ide_init();
#endif
neat_init();
}