The Windows absolute path checker now considers the forward slash as well;

Applied all applicable PCem commits;
The PS/1 and PS/2 machines now have the correct graphics cards - fixes the reference diskettes;
The open dialog code now changes directory to usr_path after the dialog is closed;
Disabled excess logging in the TI SVGA code.
This commit is contained in:
OBattler
2017-12-04 20:35:05 +01:00
parent fc34a6eaf3
commit ae66b3f124
9 changed files with 66 additions and 32 deletions

View File

@@ -501,7 +501,10 @@ ps1_setup(int model)
serial_remove(2);
/* Enable the PS/1 VGA controller. */
device_add(&ps1vga_device);
if (model == 2011)
device_add(&ps1vga_device);
else
device_add(&ti_cf62011_device);
}
if (model == 2121) {