Machine path reorganisation

The machine roms have been reorganized according to class(8086 - 286), CPU model (286 - 486) & Socket(Socket 4 - PGA370). Few exceptions are some manufacturer ROMs
This commit is contained in:
tiseno100
2020-05-22 17:41:42 +03:00
committed by GitHub
parent 17479d24ee
commit 0a48dbcfcd
25 changed files with 233 additions and 233 deletions

View File

@@ -139,7 +139,7 @@ machine_xt_laserxt_init(const machine_t *model)
{
int ret;
ret = bios_load_linear(L"roms/machines/ltxt/27c64.bin",
ret = bios_load_linear(L"roms/machines/xt/ltxt/27c64.bin",
0x000fe000, 8192, 0);
if (bios_only || !ret)
@@ -158,7 +158,7 @@ machine_xt_lxt3_init(const machine_t *model)
{
int ret;
ret = bios_load_linear(L"roms/machines/lxt3/27c64d.bin",
ret = bios_load_linear(L"roms/machines/xt/lxt3/27c64d.bin",
0x000fe000, 8192, 0);
if (bios_only || !ret)