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:
@@ -198,8 +198,6 @@ file_dlg_w(HWND hwnd, WCHAR *f, WCHAR *fn, int save)
|
||||
wcstombs(openfilestring, wopenfilestring, sizeof(openfilestring));
|
||||
// pclog("File dialog return true\n");
|
||||
|
||||
pclog("Filter Index: %i\n", ofn.nFilterIndex);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user