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

@@ -18,7 +18,7 @@
#include "../floppy/floppy.h"
#include "../floppy/fdd.h"
#include "../floppy/fdc.h"
#include "../video/vid_ti_cf62011.h"
#include "../video/vid_vga.h"
#include "machine.h"
@@ -166,5 +166,5 @@ machine_ps2_m30_286_init(machine_t *model)
ps2board_init();
fdc_set_dskchg_activelow();
fdc_set_ps1();
device_add(&ti_cf62011_device);
device_add(&ps1vga_device);
}