mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
Fixed PB520R ROM loading to also load the forgotten 4096 bytes
This commit is contained in:
parent
ec00dc978c
commit
401bb868cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue