Update to v094r44b release (open beta).

byuu says:

With any luck, this will be the final WIP before v095. If all looks
good, this will be identical to v095. But if we hit some major issues,
I'll try and fix those first.

The most notable part of this release is probably Jonas Quinn's fix for
the unmapped regions of the GBA memory map. This allows games like Mario
& Luigi and Zelda: Minish Cap to (hopefully) be fully playable now.

icarus now supports my game database, so all games I've dumped will be
emulated with bit-perfect memory maps and native-language game titles.
This commit is contained in:
Tim Allen 2015-10-01 20:03:05 +10:00
parent 483fc81356
commit 1a90e206e0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ database revision=2015-09-28
release
cartridge region=NTSC
board id:BSC-1A5B9P-01
bsx
mcc
rom name=program.rom size=0x100000
ram name=save.ram size=0x8000
ram name=download.ram size=0x40000

View File

@ -20,7 +20,7 @@ auto ImportDialog::run(lstring locations) -> void {
setVisible(true);
for(auto& location : locations) {
auto name = basename(location);
auto name = nall::basename(location);
if(abort) {
errors.append(string{"[", name, "] aborted"});