Intel Premiere/PCI ED: update bios to 1013AF2

This updates the filename to match the newer 1013AF2 BIOS.

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2023-12-30 13:59:04 +01:00
parent 069f9adf2c
commit 69780ecc02

View File

@@ -290,8 +290,8 @@ machine_at_revenge_init(const machine_t *model)
{
int ret;
ret = bios_load_linear_combined("roms/machines/revenge/1009af2_.bio",
"roms/machines/revenge/1009af2_.bi1",
ret = bios_load_linear_combined("roms/machines/revenge/1013af2_.bio",
"roms/machines/revenge/1013af2_.bi1",
0x1c000, 128);
if (bios_only || !ret)