ClusterM / hakchi2

Tool that allows you to add more games to your NES/SNES Classic Mini. WARNING: hakchi2 is no longer supported. Please use hakchi2 CE.
GNU General Public License v3.0
2.93k stars 458 forks source link

Nestopia and FDS games don't work #123

Closed raccoonmario3 closed 7 years ago

raccoonmario3 commented 7 years ago

When I try to enable Nestopia by going to "retroarch.hmod/bin/nes," changing "core=fceumm" to "core=Nestopia," and flashing the NESCE, all games crash, by displaying a black screen for a second, and then sending me back to the menu. Even without doing this, all Famicom Disk System games crash in Retroarch in the same way, probably because the "retroarch.hmod/bin/nes" file seems to make an exception for .fds files, and run them in Nestopia, which, as described above, doesn't seem to work. FCEUmm doesn't work for FDS games, as far as I can tell, since I get the same problem when I try to use it, instead. FCEUmm only seems to work for cartridge games.

The Disksys.rom file is located in "retroarch.hmod/etc/libretro/bios," and its location is specified in the "retroarch.hmod/bin/nes" file by changing

"cp -f /usr/share/kachikachi/fds_bios.bin /tmp/disksys.rom"

to

"cp -f /usr/share/kachikachi/fds_bios.bin /etc/libretro/bios."

None of these methods have worked. The only way I am able to play FDS games right now is by using the default emulator. Any help would be appreciated.

raccoonmario3 commented 7 years ago

Update:

I uninstalled Retroarch, and then reinstalled the new version from here:https://github.com/ClusterM/retroarch-clover/releases/

I also installed "use_nestopia.hmod" and it still sends me back to the menu when I enter the global command argument "--retroarch." If I don't use that command, all games just use the default emulator. Whatever I try, I can't use Nestopia with Hakchi2. Any games that should run under it simply crash and send me back to the menu.