Update the GLaBIOS version to latest nightly, fixes #4074.
This commit is contained in:
@@ -646,7 +646,7 @@ machine_xt_glabios_init(const machine_t *model)
|
|||||||
{
|
{
|
||||||
int ret;
|
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);
|
0x000fe000, 8192, 0);
|
||||||
|
|
||||||
if (bios_only || !ret)
|
if (bios_only || !ret)
|
||||||
@@ -655,4 +655,4 @@ machine_xt_glabios_init(const machine_t *model)
|
|||||||
machine_xt_init_ex(model);
|
machine_xt_init_ex(model);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user