Update the GLaBIOS version to latest nightly, fixes #4074.

This commit is contained in:
OBattler
2024-01-24 05:30:08 +01:00
parent 555cba7b8a
commit ecafaa7daf

View File

@@ -646,7 +646,7 @@ machine_xt_glabios_init(const machine_t *model)
{
int ret;
ret = bios_load_linear("roms/machines/glabios/GLABIOS_0.2.5_8E.ROM",
ret = bios_load_linear("roms/machines/glabios/GLABIOS_0.2.6_8X_012324.ROM",
0x000fe000, 8192, 0);
if (bios_only || !ret)
@@ -655,4 +655,4 @@ machine_xt_glabios_init(const machine_t *model)
machine_xt_init_ex(model);
return ret;
}
}