waltje
|
43b055b5ee
|
Another massive cleanup run. Ibm.h no longer includes system header files. ROM loading simplified, and moved from mem.c to rom.c. Fixes in Makefile. Corrected mamy wrong includes. Removed old junk from days long gone. First phase of new SCAT chipset driver - no longer gives errors in BIOS, but NOT DONE YET.
|
2017-09-25 04:33:16 -04:00 |
|
waltje
|
ef677295f7
|
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.
|
2017-09-18 22:39:02 -04:00 |
|
waltje
|
aea3b1e34f
|
Removed debug from JSON driver. Updated AT MFM (WD1003) driver to properly operate with Microport SysV/AT. Optionally remove the IDE controllers from teh 286's (#if WALTJE for now) as those machines did not really have IDE, but the WD1003 or an ESDI controller at best.
|
2017-09-18 03:58:52 -04:00 |
|
waltje
|
73ef17be9e
|
Another major cleanup - folders for cdrom and floppy, renamed disc to floppy, renamed SuperIO stuff, others as needed.
|
2017-09-04 01:55:59 -04:00 |
|
OBattler
|
3e10570bbd
|
Machine code restructure, models are now machines instead and the init functions are in the machine files rather than in machine.c (former model.c), also moved the machine stuff into the machine/ subdirectory.
|
2017-09-02 20:39:57 +02:00 |
|