Fixed the IBM PS/1 Models 2121 and 2133 to use the correct graphics card device_t;

Removed the Mach64 ISA until someone finds a properly working BIOS;
Changed the Mach64 VLB to use the BIOS that actually works;
Moved the standalone TI CF62011 graphics card to the Dev branch until someone finds a BIOS for it;
Removed an accidental temporary change in win_dialog.c;
Reorganized the graphics card ID's to allow simplification of the MDA and VGA #define's in video.h;
Added a workaround for the TVGA8900D DAC sense, so the card is in color again.
This commit is contained in:
OBattler
2018-01-21 14:54:26 +01:00
parent 7348a45802
commit 50bb92fcbe
8 changed files with 71 additions and 83 deletions

View File

@@ -504,7 +504,7 @@ ps1_setup(int model)
if (model == 2011)
device_add(&ps1vga_device);
else
device_add(&ti_cf62011_device);
device_add(&ibm_ps1_2121_device);
}
if (model == 2121) {