When loading gamepaks, use #1 as MSU-1 base only if system has BIOS
This commit is contained in:
parent
1834c61dfb
commit
51bbbd1772
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void rom_image::load_bundle(const std::string& file, std::istream& spec, const s
|
|||
}
|
||||
|
||||
//MSU-1 base.
|
||||
if(cromimg[1] != "")
|
||||
if(rtype->get_biosname() != "")
|
||||
msu1_base = zip::resolverel(cromimg[1], file);
|
||||
else
|
||||
msu1_base = zip::resolverel(cromimg[0], file);
|
||||
|
|
Loading…
Add table
Reference in a new issue