When loading gamepaks, use #1 as MSU-1 base only if system has BIOS

This commit is contained in:
Ilari Liusvaara 2015-09-07 21:01:15 +03:00
parent 1834c61dfb
commit 51bbbd1772

View file

@ -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);