rewrite the emulator to use UTF-8 internally

This commit is contained in:
David Hrdlička
2021-03-14 20:35:01 +01:00
parent 56d62de4fe
commit dfbbe08a07
146 changed files with 1507 additions and 1457 deletions

View File

@@ -171,7 +171,7 @@ machine_ps2_m30_286_init(const machine_t *model)
int ret;
ret = bios_load_linear(L"roms/machines/ibmps2_m30_286/33f5381a.bin",
ret = bios_load_linear("roms/machines/ibmps2_m30_286/33f5381a.bin",
0x000e0000, 131072, 0);
if (bios_only || !ret)