Atari 5200: New version of Atari800 (Beta): two triggers (Moon Patrol!!!), hat start and exit buttons
-
When I set it, the emulator exits immediately, but then when I restart the emulator again, it has lost the functionality.
-
@kruuth ok, then the emulator is probably crashing upon setting up the button combination (assuming you did not press ok yet).
Do you 'point and click' the button assignment or have the emu detect the input ?Could you also supply me with the following information:
Which version of kat5200 are you running.
How was it installed, with my script, zerojay's extra's or manual.
What database file is used (please upload it).
Can you start the emulator from a command shell too see if there are any diagnostic messages when it quits. -
I installed from zerojay's extra's. Should I use yours instead?
When I launch kat5200 and try to assign combo keys, I get a flash of a window and then nothing happens. The game seems to work fine though....
Here's my db file:
-
@kruuth It makes no difference if my script or zerojay's is being used as in both only the debugger key has been removed.
I'll have a look at the database later today. -
@kruuth I had a look at the database and i see a "J0 - Logitech Logitech Dual Action" configured to have buttons 10 and 11 serve as combo input to exit the emulator upon pressing the buttons.
As far as i can tell this should work as advertised (i would expect to see button id's 8 and 9 for start and select though).Can you confirm this is the joystick you are trying to configure and see if the button id's 10 and 11 are correct.
If needed it's also possible to compile a binary with the start + select buttons hard coded to quit the emulator. -
@future-child said in Atari 5200: New version of Atari800 (Beta): two triggers (Moon Patrol!!!), hat start and exit buttons:
@kruuth I had a look at the database and i see a "J0 - Logitech Logitech Dual Action" configured to have buttons 10 and 11 serve as combo input to exit the emulator upon pressing the buttons.
As far as i can tell this should work as advertised (i would expect to see button id's 8 and 9 for start and select though).Can you confirm this is the joystick you are trying to configure and see if the button id's 10 and 11 are correct.
If needed it's also possible to compile a binary with the start + select buttons hard coded to quit the emulator.Yes, that's the proper controller.
-
Ok scratch that one. Apparently it's working now. I reinstalled everything and now it's working. Odd.
-
Hey dudes,
Apparently I missed important things since my last connection on here.
Is kat5200 the way to go now ? Better than the modified atari800 emu ?
Can you link me to the post that announces the port of kat5200 to retropie ?
Cheers,
Mike
-
@evildindon I personally believe the Kat5200 offers more functionality in controller configuration over atari800 like per rom configs, flexible input mapping and fixes for specific roms.
I abandoned my modification to atari800 as it would take too much effort changing from polling to a event driven input handler and polling causes too much lag for comfort. The retroarch port of atari800 offers no real improvement to this either.
Kat5200 was announced here, as unofficial/experimental.
Initially i just wrote a small script too have it installed under retropie with a few modifications, lateron zerojay added it to his extra's menu, which is now my preferred way of installing.@future-child said in Atari 5200: New version of Atari800 (Beta): two triggers (Moon Patrol!!!), hat start and exit buttons:
@keithmason The instructions for zerojay's extra's can be found here.
Step one is to install the extra's menu:
cd ~ git clone https://github.com/zerojay/RetroPie-Extra.git cd RetroPie-Extra/ ./install-extras.sh
Step two is to run the extra's menu:
cd ~ cd RetroPie-Extra/ git pull origin ./install-extras.sh
You should be able to find kat5200 under emulators and install it from there.
Step three is to place you roms and bios files in their proper folders, after rebooting the roms should be listed and be able to launch kat5200.
First start of kat5200 should begin with a configuration wizard for which you need keyboard/mouse.If you want Atari800 as a menu option as well you could modify the
/opt/retropie/configs/all/emulationstation/es_systems.cfg
and/opt/retropie/configs/atari800/emulators.cfg
files. -
What do I put in the /opt/retropie/configs/all/emulationstation/es_systems.cfg and /opt/retropie/configs/atari800/emulators.cfg files if I want Kat5200 as a menu option?
-
you can use the following as a guide:
es_systems.cfg :
<system> <name>atari800</name> <fullname>Atari 800</fullname> <path>/home/pi/RetroPie/roms/atari800</path> <extension>.a52 .bin .7Z .A52 .BIN</extension> <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ atari5200 %ROM%</command> <platform>atari800</platform> <theme>atari800</theme> </system>
/opt/retropie/configs/atari800/emulators.cfg:
kat5200 = "/usr/local/bin/kat5200 %ROM%" default = "kat5200"
-
So far I'm pretty happy with Kat5200. I've gotten things running and things play fine with a digital controller. I was planning on using the analogue stick but I haven't been able to get it to work right. Other than that, it's great.
-
Ok, thanks future.child for links. Will try it later.
-
@future-child thank you! This works great!
-
I've still not messed much with Atari 5200/800 stuff. I was waiting to see what the results were with lr-atari800, and this kat5200 emulator. Has anybody got any recommendations/suggestions? Is the LibRetro core the way to go, or is this one, with all the mods, fully up and running? I'm sure a future addon to the LibRetro core will be the eventuality of cheevos, so I'm leaning towards that. But I've not bothered installing anything as yet.
-
There's always the original Atari800 emulator as well. Once it's set up, it'll run the largest portion of the Atari 8-bit library. it'll also emulate all the various control schemes unique to the system that are missing in most other emulators.
-
@hansolo77 see my recent thread here
I don't know yet if kat5200 solves all 5200 emulation desired, but so far it seem to work well for me. My last comment sums up most of the thread.
-
@jamesnj
Thanks , I'll give it a go when I have some free time! -
@future-child Hey bud,
I'm running a completely new RetroPie 4.4 build on my Pi Zero so I can make an image for my brother sometime in the next week or two.
Nothing we did in the past here works anymore. :(
Did anything change with the install files here or with RetroPie 4.4 that would change anything? Every game I try to launch with all of the configuration files I had put together just fades to black and then kicks you back to the romlist.
Any ideas?
-
@used2berx the 4.4 release of retropie switched to a retroarch port of the atari800 emulator, whis has none of the "enhancements" discussed in this thread to it (aside retroarch integration it's the stock atari800 emulator, and afaik has some issues getting it configured properly).
Downloading the
atari800
binary alone won't work unless you also point the runcommand to it (i think it now points tolr-atari800
or something like that).As i said before, i ditched this emu, as soon as i learned modding it was a dead end effort, in favor of kat5200 (which has all i need already built-in, like settings per rom-crc, flexible button/axis config, analog support, combo-buttons)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.