Fixed PB520R ROM loading to also load the forgotten 4096 bytes

This commit is contained in:
Miran Grča 2022-02-05 13:34:53 +01:00 committed by GitHub
parent ec00dc978c
commit 401bb868cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,7 +334,7 @@ machine_at_pb520r_init(const machine_t *model)
int ret;
ret = bios_load_linear_combined("roms/machines/pb520r/1009bc0r.bio",
"roms/machines/pb520r/1009bc0r.bi1", 0x1c000, 128);
"roms/machines/pb520r/1009bc0r.bi1", 0x1d000, 128);
if (bios_only || !ret)
return ret;