-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atari 800 and 5200 (add Bios Autodetect) #25
Comments
I have a similar requirement. Since BIOS auto-detect does not work seamlessly, it also appears that the per-content directory config setting are not saved properly with this core (I tried to do this so that it would know whether to launch Atari 5200 vs Atari XE content). I can save it for that instance but it does not know which one to select unless I change it manually.... So if I save it for Atari 5200, those games will load but XE content crashes, and vice-versa it just loads up the Atari 5200 diagnostics instead when launching the XE content... |
The problem of this emulator is that is like a not real Libretro emulator. It use the old emulator menu and options, Nothing was never really ported in Libretro Core Options to help us to configure options by game and save them :( |
Thanks for the info. By ‘tricking the launcher to force the options in the Atari.ini file myself’ what do you mean exactly? Can I specify a separate .ini file configuration manually somehow, without using an entirely separate copy of Retroarch? I use Launchbox as my frontend...
|
I'm not very sure for the moment, i don't have try. For the moment i only update some other emulators on Batocera configuen to add Emulation Station some options by games like for this Atari Emulator. I do it also for OpenBOR for exemple. |
The automapper for 5200 carts in this core, last I checked, was hardcoded to use filenames to identify carts, which means that it has terrible odds of autodetecting a cart correctly. We could improve this with file hashes, but even the cart dumps vary, because many have been "fixed" to have the correct headers on them already. "Fixed" carts are easily made using the emulator (see the Retropie docs here for how: https://retropie.org.uk/docs/Atari-800-and-5200/#booting-atari-5200-cartridges). So we would need a pretty extensive list of hashes to check against, unfortunately. |
Friends, I'm having problems with Bios Atari 800 and 5200, because it is not possible to save an individual Bios for each system, in this case it has to do the same thing that exists for Colecovision and MSX adding Autodetection through the System!
Guy, they use the same core and that is why there is only a single configuration for the 2, so when I choose Bios Atari 5200 it is also used for the Atari 800 and there are the big problems because it has Atari games 800 that do not accept Bios Atari 5200.
Ps: This happens also with Colecovision and MSX, but there is the option of "Auto Detect" as well so the system identifies what type of game is running and calls the corresponding bios, that is what must exist for the Atari 800 and 5200.
bluemsx_cartmapper = "Auto"
The text was updated successfully, but these errors were encountered: