libretro / libretro-handy

K. Wilkins' Atari Lynx emulator Handy (http://handy.sourceforge.net/) for libretro
13 stars 35 forks source link

bugfixes and improvements for both handy lynx emulator cores #106

Open soundsnow opened 1 year ago

soundsnow commented 1 year ago

The two cores have different bugs and features, @LibretroAdmin better fix them at the same time

These fixes shouldn't be hard, because they are all handy

Handy

bug: Ninja Gaiden III - The Ancient Ship of Doom (USA, Europe) boot animation can't be played

improvement: Add 180° rotation

improvement: Add database from beetle lynx core for headerless ROMs auto rotation and others https://github.com/libretro/beetle-lynx-libretro/commit/46ac62b4c31a0d530b7a9b87d0b075c0a01a7483

Beetle Lynx

bug: Block Out (USA, Europe) The Pause button will no longer work. you have already pressed it once and cannot press it again This games can't be played because it's paused completely

bug: libretro wrong button name and wrong button binding Opt 1,Option,Opt 2 should be Option 1, Pause, Option 2 Rename the Option to Pause, Rename Opt 1 to Option 1, Rename Opt 2 to Option 2 The button effect of Opt 1 is Option 2, The button effect of Opt 2 is Option 1 Don't change the position of these two buttons, bind them as the correct buttons

improvement: HLE BIOS from handy core https://github.com/libretro/libretro-handy/commit/2e814dc7b3e3589fafe1970ea14794cbcbd1fa77 https://github.com/libretro/libretro-handy/commit/f4bdb50ac7d3602a91bcd01680bca056c7f08c34 https://github.com/libretro/libretro-handy/commit/77a1a923d5d71bdbfae0684adc2e50dae481d249

ghost commented 12 months ago

Ninja Gaiden 3 = are you using a verified no-intro rom + real bios? This combo did not crash for me and was able to play quite a bit into the game (intro + act 1).

ghost commented 12 months ago

Most software do not need the database to load correctly, as Handy has backup auto-detection.

Ones that need rotation or eeprom are covered here https://github.com/libretro/libretro-handy/pull/108

ghost commented 12 months ago

Tried Ninja Gaiden III with HLE BIOS but no crashes yet. Need more info please.