forked from higan-emu/higan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
higan: fix WonderSwan bios and EEPROM loading
The WonderSwan system(s) include a BIOS ROM and EEPROM data. According to the higan model, this data should be stored in the folder representing a given system. Previously, higan would try to load those files along with everything else in the system folder, however at the time System::load() is called we haven't associated a filesystem path with the system - that's part of the whole loading process. Instead, we load that system data at power-on, after the loading process has sorted out all the filesystem paths we'd need. This matches what the GBA and ColecoVision cores do. Hat tip to @LukeUsher for the suggestion. Fixes higan-emu#160, higan-emu#161.
- Loading branch information
1 parent
3b4e6c0
commit e51d3c1
Showing
1 changed file
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters