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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user