• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Kat5200 installer (experimental)

Scheduled Pinned Locked Moved Ideas and Development
kat5200 install
45 Posts 9 Posters 10.5k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    adriansos666 @future.child
    last edited by 1 Jul 2018, 18:30

    @future-child I see. No problem. I know how to add it and as I understand A800 is just a nice bonus. Thank you.

    1 Reply Last reply Reply Quote 0
    • Z
      zerojay @future.child
      last edited by 2 Jul 2018, 13:34

      @future-child said in Kat5200 installer (experimental):

      Zerojay makes his own decisions for his restopie extra's scripts , if you want changes to emulators you can contact him as well but last i read he was not all too eager supporting retropie 4.4 (stretch).

      I'm only intending on supporting stretch, however it looks like stretch broke a lot of stuff in my repo and no one's figured out how to fix those issues yet.

      M F 2 Replies Last reply 2 Jul 2018, 14:40 Reply Quote 0
      • M
        mitu Global Moderator @zerojay
        last edited by 2 Jul 2018, 14:40

        @zerojay said in Kat5200 installer (experimental):

        Stretch broke a lot of stuff in my repo and no one's figured out how to fix those issues yet.

        Is here a topic referencing this ? Do you have any examples for packages that are broken on Stretch ?

        1 Reply Last reply Reply Quote 0
        • F
          future.child @zerojay
          last edited by 2 Jul 2018, 14:55

          @zerojay I see, my bad i remembered you stating no longer knowingly supporting one and mistakenly assumed it was stretch.
          As @Mitu asked, is there a active topic for these packages that need help ?

          1 Reply Last reply Reply Quote 0
          • Z
            zerojay
            last edited by 3 Jul 2018, 01:48

            Not that I know of. It looks like an issue with EGL and the glshim program I was using for 3d games.

            1 Reply Last reply Reply Quote 0
            • A
              aeon_flux @adriansos666
              last edited by 10 Jul 2018, 19:37

              @adriansos666 could you please share MD5 checksum for BIOS and M.U.L.E file you used? i tried many OSA and OSB files, multiple M.U.L.E. .atr files and kat5200 always hangs on start screen with just rainbow MULE graphics and moving sprites but no text at all at the bottom (no option for select number of players and game type selection is also not visible). same .atr under atari800/atari800-lr seems to be working good but from what i see those two emulators do not support more than 2 players and i need 4 player support.

              F 1 Reply Last reply 10 Jul 2018, 21:01 Reply Quote 0
              • F
                future.child @aeon_flux
                last edited by future.child 7 Nov 2018, 18:38 10 Jul 2018, 21:01

                @aeon_flux
                I have the following checksums on kat5200-0.8.1 where M.U.L.E does what you describe, same checksums with Atari800 do work correct.

                5200.rom     md5: 281F20EA4320404EC820FB7EC0693B38
                atari800.rom md5: C07454070635C73B4BFF043122D31344
                ATARIBAS.ROM md5: 0BAC0C6A50104045D902DF4503A4C30B
                ATARIOSA.ROM md5: EB1F32F5D9F382DB1BBFB8D7F9CB343A
                ATARIOSB.ROM md5: A3E8D617C95D08031FE1B20D541434B2
                ATARIXL.ROM  md5: 06DAAC977823773A3EEA3422FD26A703
                M.U.L.E.atr  md5: C06EF1C6223A5A32600C3FAB3EE5C02F
                

                screenshot:
                0_1531255467900_5cbafc42-336d-4cdf-ba68-cb69f4bea172-image.png

                Seems like an emulator bug of some kind, you can contact the autor of kat5200 here if you wish. i have contacted the author about this, if i receive a reply i will post an update.

                I've seen some code relating to multi tap MultiJoy4 support in atari800 which would indicate support for four controllers, i'll see if i can find out if it actually works.

                A 1 Reply Last reply 10 Jul 2018, 22:17 Reply Quote 0
                • A
                  aeon_flux @future.child
                  last edited by 10 Jul 2018, 22:17

                  @future-child i'm getting same screen as you attached. no text for game/number of players selection + sprite of plot is broken. it looks emulation is not working good for mule on kat5200. found single file (.com) version but it behaves same way as original disk image which is using 2 stage loading (.atr)

                  i tried atari800 as well with same ROM and game image - when i setup it for 800/OSA machine it shows option for 4 players on main screen but only two controllers are detected. i tried also multijoy4 but it is not detecting any controllers (not even single one).

                  F 1 Reply Last reply 11 Jul 2018, 17:03 Reply Quote 0
                  • F
                    future.child @aeon_flux
                    last edited by 11 Jul 2018, 17:03

                    @aeon_flux browsing in the source code of atari800 i came upon two comments indicating there should be support for four joysticks in atari800:

                    2015-06-02  Petr Stehlik <pstehlik@sophics.cz>
                    * sdl/input.c: preliminary support for four real joysticks
                    
                    2018-05-01  Petr Stehlik <pstehlik@sophics.cz>
                    * implemented joyhat support for all four real joysticks (command line,
                      configuration file and also the F1 TUI configuration). Original patch
                      from Michal "Baktra" Kalous, with my fixes and clean up.
                    

                    There is also (sdl) code initializing/reading the four joysticks but i am unable to find any code to configure settings for the extra two.

                    I am not able to test this myself as i have no additional controllers, you may want to try compiling the latest version of atari800 and start it with parameters -joy0hat -joy1hat -joy2hat -joy3hat added to the runcommand (or add SDL_JOY_2_USE_HAT=TRUE and SDL_JOY_3_USE_HAT=TRUE to the config file) and see what happens.

                    A 1 Reply Last reply 12 Jul 2018, 17:12 Reply Quote 1
                    • A
                      aeon_flux @future.child
                      last edited by 12 Jul 2018, 17:12

                      @future-child i have tried both (parameter and configs). unfortunately it still detects only 2 controllers with atari800 binary. i tried also with latest source from github but no success too :(

                      F 1 Reply Last reply 12 Jul 2018, 18:02 Reply Quote 0
                      • F
                        future.child @aeon_flux
                        last edited by 12 Jul 2018, 18:02

                        @aeon_flux i have opened a ticket here maybe they can confirm it working or not.

                        1 Reply Last reply Reply Quote 1
                        • W
                          wolfgangrumpf
                          last edited by 15 Aug 2018, 00:06

                          I installed Kat5200 using the link above (wget -N https://raw.githubusercontent.com/futurechild/Kat5200-Retropie/master/install) - ROMS are in the atari5200 folder, BIOS files in BIOS - when I try to launch a 5200 game, I get the config screen, and every time I fill it out it works (e.g. I can run the game if I go to "return to game"), but it does NOT save the configuration - when I start up again, I get back to the setup screen, and it says it couldn't load the profile/settings.

                          My kat5200.db3 is empty, zero size, and the log file tells me the tables don't exist - so I think I need a "clean" install copy of the db3 file? Where can I find it? I tried reinstalling and nothing changed....HELP!

                          F 1 Reply Last reply 15 Aug 2018, 05:08 Reply Quote 0
                          • F
                            future.child @wolfgangrumpf
                            last edited by 15 Aug 2018, 05:08

                            @wolfgangrumpf normally the install script downloads the database to /home/pi/.kat5200/kat5200.db3
                            It is done by this line in the script:
                            wget -N -O kat5200.db3 https://github.com/futurechild/Kat5200-Retropie/raw/master/default_config.db3
                            Possibly the download was incomplete causing the zero sized file.

                            Also if you have not yet rebooted your pi, the default database should still be in the /tmp/src directory where kat5200 was built.

                            ? H 2 Replies Last reply 18 Dec 2018, 23:44 Reply Quote 0
                            • ?
                              A Former User @future.child
                              last edited by 18 Dec 2018, 23:44

                              Utilized this script today and it worked like a charm. Be sure that the system rom is named 5200.ROM, not 5200.rom. :)

                              1 Reply Last reply Reply Quote 0
                              • H
                                hfgx1 @future.child
                                last edited by hfgx1 3 Oct 2019, 09:31 10 Mar 2019, 09:25

                                @future-child After I install Kat5200 it somehow messes up my Carbon RetroPie theme es_systems.cfg file and any new systems I add afterwards do not appear on emulation station.

                                I am doing a fresh reinstall of RetroPie on a new large SD card, and have a bunch of system I want to emulate. When I run your commands to install KAT5200, then when I try to install new systems {anything such as intellivision, or amiga, or anything after else optional or experimental from the retropie setup script] those system themes don't appear in emulation station after I reboot. I have to manually edit /opt/retropie/configs/all/emulationstation/es_systems.cfg and add each system manually. This only happens AFTER I install KAT5200.
                                As I mentioned I have a bunch of systems I want to emulate, and I tested each install one by one, format SD, fresh install of RetroPie, install system one. Repeat, format, reinstall retropie, and install a different system. Anyhow I finally found the culprit is after I install KAT5200 new system won't appear in es_systems.cfg, I have to manually edit and add them.
                                (Note: I've been using KAT5200 for nearly 6-8 months on two different smaller SD cards, but I never installed anything after KAT5200 on those two cards).

                                This is the KAT5200 installation command I use:

                                wget -N https://raw.githubusercontent.com/futurechild/Kat5200-Retropie/master/install
                                chmod +x install
                                ./install
                                

                                I don't know why it messes up the Carbon theme es_systems.cfg file, but it does for me.

                                F 1 Reply Last reply 10 Mar 2019, 11:24 Reply Quote 0
                                • F
                                  future.child @hfgx1
                                  last edited by 10 Mar 2019, 11:24

                                  @hfgx1 My first guess would be the xml formatting is off causing the data after the kat5200 entry in es_systems.cfg to be ignored (probably also why the carbon theme is off).

                                  Doed this also happen when installing using zerojay's extra's ?

                                  cd ~
                                  git clone https://github.com/zerojay/RetroPie-Extra.git
                                  cd RetroPie-Extra/
                                  ./install-extras.sh
                                  
                                  H 1 Reply Last reply 11 Mar 2019, 04:11 Reply Quote 1
                                  • H
                                    hfgx1 @future.child
                                    last edited by 11 Mar 2019, 04:11

                                    @future-child said in Kat5200 installer (experimental):

                                    Doed this also happen when installing using zerojay's extra's ?

                                    This worked. When installing using Zero Jay's Extras there is no problem. I can add new systems later and they show up automatically in EmulationStation. Thank You.

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post

                                    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.

                                      [[user:consent.lead]]
                                      [[user:consent.not_received]]