Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    AMIGA CD32 EMULATION - HOW TO -

    Emulator Arcade/PC/Console
    amiga cd32
    32
    160
    111360
    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.
    • Ratte
      Ratte @RustyMG last edited by

      @RustyMG
      Here is the short version of the CUE fix.

      /etc/emustation/es_systems.cfg
      Change the AmigaCD32 "iso" Extension section against:

          <extension>.cue .Cue .CUE</extension>
      

      /usr/bin/uae4arm/scripts/start.sh
      change line 19:

      if [ "$romType" == "cue" ]; then

      Thats it.
      (Now, all games work with a cue file.)

      •Raspberry Pi model: Pi ZeroW
      •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
      •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

      RustyMG 1 Reply Last reply Reply Quote 0
      • RustyMG
        RustyMG @Ratte last edited by RustyMG

        @Ratte Hi,
        Lines 19, 20 and 21 are:
        if [ "$romType" == "iso" ]; then
        if [ ! -f "$romPath/$uaeName" ]; then
        exit

        So, if I change the iso reference to .cue , how will all the iso files I have load, as Ive just overwritten the only reference I can see for iso loading?

        If I kept the above 3 lines, but ADDED the following "loop" below, would that work?

        if [ "$romType" == "cue" ]; then
        if [ ! -f "$romPath/$uaeName" ]; then
        exit

        Also, do I not need to edit line 5 of es_systems.cfg to include a reference to .cue?
        I thought Id need to change it to :

        <extension>.iso .Iso .ISO .cue .Cue .CUE</extension>

        No? That way, both iso AND cue files can be loaded?

        Oh, I had a typo in my other post - all versions of Putty Squad dont seem to work...

        Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

        voljega 1 Reply Last reply Reply Quote 0
        • voljega
          voljega Banned @RustyMG last edited by

          @RustyMG yes it would work like that

          1 Reply Last reply Reply Quote 0
          • Ratte
            Ratte last edited by Ratte

            If you combine ISO and CUE detection, the result will be equal to the older PSX-emulation in RB4.1 pre 2017.
            You will see double listed games from CUE games with ISO tracks inside ...
            The better way is to use only CUE.

            Simply create a CUE for your existing ISO files and everything is fine.

            File:YOUR_GAME.CUE

            FILE "YOUR_GAME.iso" BINARY
            TRACK 01 MODE1/2048
            INDEX 01 00:00:00

            Thats all and it is a clean solution.

            -- Also, do I not need to edit line 5 of es_systems.cfg to include a reference to .cue?

            • /etc/emustation/es_systems.cfg
            • Change the AmigaCD32 "iso" Extension section against:
            • <extension>.cue .Cue .CUE</extension>

            •Raspberry Pi model: Pi ZeroW
            •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
            •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

            RustyMG 1 Reply Last reply Reply Quote 0
            • RustyMG
              RustyMG @Ratte last edited by

              @Ratte Hi yeah that makes sense.
              The only problem Is that I now have 64 cue files to create, and some of my iso's were .img files, which id changed to .iso to load , but, the .iso files data in the cue file for these types isn't 2048, but is 2352, so will need to try and establish exactly what files they were.
              Fun fun fun.....

              Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

              Ratte 1 Reply Last reply Reply Quote 0
              • Ratte
                Ratte @RustyMG last edited by

                @RustyMG
                I am sorry, but hopefully it is the last "BIG" change.

                •Raspberry Pi model: Pi ZeroW
                •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
                •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

                RustyMG 1 Reply Last reply Reply Quote -1
                • RustyMG
                  RustyMG @Ratte last edited by RustyMG

                  @Ratte
                  Oh it's fine!
                  I've been working on my setup for 3 months, so this is only a minor job!
                  I now have about 40 game "rips" with .wav files to try.
                  Of the ones that work I intend to recode the wav files to mp3 files as the space savings will be HUGE, then it should just be a matter of changing the wav references in the cue files to mp3.
                  I noticed the rare Xenon 2 full cd rip with cd audio in the bin file doesn't work and I know it's an ntsc game - going by another post above, are ntsc games not booting?

                  Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

                  Ratte 1 Reply Last reply Reply Quote 0
                  • Ratte
                    Ratte @RustyMG last edited by Ratte

                    @RustyMG
                    amigacd32/CDS/games_xxx.lst
                    Enter your archive name in one of the lists for req. videomode.
                    (btw. no longer ISO ... take the CUE-name)

                    This will stretch NTSC to screenfilling games.
                    UAE is running in a real NTSC emulation.

                    In future this list will be obsolete, a better idea is a CUE-file integration of videomodes.
                    But meanwhile ist good for testing.

                    BTW. I have no problems with NTSC games in PAL config ....

                    •Raspberry Pi model: Pi ZeroW
                    •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
                    •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

                    1 Reply Last reply Reply Quote 0
                    • RustyMG
                      RustyMG last edited by

                      Update.
                      Ive now tested 99% of the available CD32 releases, deleting the no loaders / corrupt audio games as I went.
                      Of the ones that worked, I choose 3 at random with lots of large audio WAV files, and re encoded the audio tracks to 192k mp3 files, and made the necessary changes in the cue file (a global replace saves time!)
                      And, all 3 still seem to work perfectly, so I will be re encoding all WAV files and hope to save about 10gig of valuable space.
                      Clearly those games will probably no longer work on a real actual CD32, but that's not an issue for myself.

                      Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

                      1 Reply Last reply Reply Quote 0
                      • Ratte
                        Ratte last edited by

                        The first special cd32 versions I have successfully tested.
                        (Not included CDTV games like Defender of the Crown I&II or WHDLoad Compilation CDs with tons of A500/1200 games)

                        Akira
                        Alfred Chicken
                        Alien Breed - Tower Assault
                        Alien Breed 3D
                        Alien Breed Special Edition & Qwak
                        Arabian Nights
                        Arcade Pool
                        Banshee
                        Base Jumpers
                        Battletoads
                        Beavers
                        Benefactor
                        Big 6, The
                        Brian the Lion Starring in Rumble in the Jungle
                        Brutal - Paws of Fury
                        Brutal Football
                        Bubba 'N' Stix
                        Bubble and Squeak
                        Cannon Fodder
                        Chaos Engine, The
                        Chuck Rock
                        Classic Lotus Trilogy, The
                        Clockwiser
                        Clue!, The
                        D-Generation v1.0
                        Dangerous Streets & Wing Commander
                        Darkseed v1.1
                        Death Mask
                        Deep Core v1.01
                        Diggers & Oscar
                        Disposable Hero
                        Emerald Mines
                        Exile
                        Fields of Glory
                        Final Gate, The
                        Fire & Ice - The Daring Adventures of Cool Coyote
                        Fire Force
                        Flink
                        Fly Harder
                        Frontier - Elite II v1.10
                        Fury of the Furries
                        Global Effect
                        Gloom
                        Grandslam Gamer Gold Collection
                        Guardian
                        Gunship 2000
                        Heimdall 2
                        International Karate
                        International Open Golf Championship
                        International Sensible Soccer - World Champions v1.2
                        James Pond 2 - Robocod
                        James Pond 3 - Operation Starfi5h
                        Jetstrike
                        John Barnes European Football
                        Labyrinth of Time, The
                        Lemmings
                        Manchester United - Premier League Champions v1.0CD
                        Mean Arenas
                        Microcosm
                        Morph
                        Myth - History in the Making
                        Naughty Ones
                        Nick Faldos Championship Golf
                        Overkill & Lunar-C
                        PGA European Tour
                        Pierre le Chef is... Out to Lunch
                        Pinball Fantasies
                        Power Drive
                        Prey - An Alien Encounter
                        Project-X & F17 Challenge v2.0
                        Rise of the Robots
                        Roadkill
                        Ryder Cup by Johnnie Walker, The
                        Sabre Team
                        Simon the Sorcerer
                        Soccer Superstars
                        Strip Pot
                        Subwar 2050
                        Super League Manager
                        Super Putty
                        Superfrog
                        Syndicate
                        Total Carnage
                        Trivial Pursuit - The CD32 Edition v1.0C
                        UFO - Enemy Unknown
                        Vital Light
                        Will Bridge - Practice 1 - Initiation - Junior

                        more to come ....

                        •Raspberry Pi model: Pi ZeroW
                        •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
                        •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

                        RustyMG 1 Reply Last reply Reply Quote 0
                        • RustyMG
                          RustyMG @Ratte last edited by

                          @Ratte
                          Hi, you beat me to it with the list.
                          However there are some listed there that load but do not run correctly.
                          I have downloaded every standalone version of Fire and Ice going and all suffer serious audio glitching.
                          Also, with every version of the Lotus Challenge Trilogy I have tried, Lotus 3 crashes after you have selected your car.
                          My list has a good few more on it (I note you have more to follow) but between us I think we will have a definitive list of working games 🙂

                          Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

                          1 Reply Last reply Reply Quote 0
                          • lolo
                            lolo last edited by

                            Why bother with cd32 when you can play WHDLoad package.
                            Many games have a Cd32 mode on the whdload slave, so you can play with the joypad. Not to mention the saving of space.

                            RustyMG Substring Ratte 3 Replies Last reply Reply Quote 0
                            • RustyMG
                              RustyMG @lolo last edited by

                              @lolo "Why bother with cd32 when you can play WHDLoad package."
                              Because the CD32 setup is the only one that has an "idiots guide" to setting it up, lol.

                              If someone has a step by guide step to showing how to get WHDloader games running with one joypad click, then shoot! I for one would be happy!

                              Re space, this isn't really an issue.
                              As mentioned in my other posts, I simply re-encoded all WAV files to mp3 and changed the reference in the cue files, and saved gigs and gigs of space.

                              Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

                              voljega 1 Reply Last reply Reply Quote 0
                              • Substring
                                Substring @lolo last edited by

                                @lolo most probably because finding basic amiga roms is easier than finding WHD ?

                                Former dev - Please reply with @substring so that i am notified when you answer me
                                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                RustyMG 1 Reply Last reply Reply Quote 0
                                • RustyMG
                                  RustyMG @Substring last edited by

                                  @Substring up until the weekend id have agreed....until I found an archive running into gigs that seemingly had every Amiga game of note converted and included in the archive.

                                  All CD32 conversions / patches remember though work with a joypad, with no keyboard or mouse required.....

                                  Sinclair ZX Spectrum 48k "dead flesh" keyboard, Commodore 64, Amiga A500, Amiga A1200, CD32, PC Engine, PS1, PS2, PSP, Nintendo DS, Dreamcast, Wii, XBox 360, Xbox One-X, Pi2, Pi3, Pi4 owner, ARRM contributor ( http://jujuvincebros.fr/wiki/arrm/doku.php ).

                                  1 Reply Last reply Reply Quote 0
                                  • lolo
                                    lolo last edited by lolo

                                    No you can find it very easily. 😉
                                    https://mega.nz/#F!gdozjZxL!uI5SheetsAd-NYKMeRjf2A!VV4RwC6Y

                                    www.whdload.de/index.html

                                    Substring 1 Reply Last reply Reply Quote 0
                                    • Substring
                                      Substring @lolo last edited by

                                      @lolo and @RustyMG despite both of you are right on the advantage of using WHD, we'd still need support for adf 🙂 just for the pleasure of using floppy images ❤ I'd just sooooo much miss the sound of the drives ^^

                                      Former dev - Please reply with @substring so that i am notified when you answer me
                                      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                      1 Reply Last reply Reply Quote 0
                                      • voljega
                                        voljega Banned @RustyMG last edited by voljega

                                        @RustyMG said in AMIGA CD32 EMULATION - HOW TO -:

                                        If someone has a step by guide step to showing how to get WHDloader games running with one joypad click, then shoot! I for one would be happy!

                                        Mine (see my signature) runs perfectly ADF and WHDLoad and has been standing there for a while.

                                        Doesn't handle the drive sound though, I think 🙂

                                        Substring 1 Reply Last reply Reply Quote 0
                                        • Substring
                                          Substring @voljega last edited by

                                          @voljega said in AMIGA CD32 EMULATION - HOW TO -:

                                          Doesn't handle the drive sound though, I think 🙂

                                          SHAAAAAAAAAAAAAAAME lol

                                          Former dev - Please reply with @substring so that i am notified when you answer me
                                          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                          1 Reply Last reply Reply Quote 0
                                          • Ratte
                                            Ratte @lolo last edited by Ratte

                                            @lolo
                                            Why invent the wheel again and again?
                                            There are so many CD32 compilation discs with "ready 2 run" whdload games.
                                            Google for "CD32 compilation Disc" and you´ll get tons of amiga games.
                                            All of them tested for joypad,use, no trouble with configurations.
                                            No problem with virtual hdd-images with whd-load and amigaos-stuff on it.
                                            Simple and easy use ... insert Image .. and go!
                                            ....
                                            Attached a list of amiga-games that are cd32-proved:

                                            CD32-200 Approx Games list, there may be more!!

                                            3DTennis
                                            AfterBurner'89
                                            Agony
                                            AlienBreedSECD32
                                            AMPool
                                            anotherworld
                                            APIDYA
                                            ARCHONHD
                                            arkanoid2
                                            atomicrobokid
                                            backtothefuture3
                                            BallBlazer
                                            Banshee
                                            Barbarian2
                                            BatmanTheMovie
                                            battlesquadron
                                            BCKID
                                            beachvolley
                                            BeneFactor
                                            Bombuzal
                                            BRIAN_THE_LION_CD32
                                            bubbaHD
                                            Bubble_and_Squeak
                                            Bubble2
                                            BuggyBoy
                                            cabal
                                            Cannon
                                            CaptainBlood
                                            CarrierCommand
                                            CarVup
                                            Castle
                                            CD32Illusions
                                            ChaosEngine_CD32
                                            chaosengine2
                                            ChaseHQ2
                                            chuckrock2
                                            COMMANDO
                                            Cybernoid
                                            Cybernoid2
                                            Deflektor
                                            Deliverance
                                            DEMOS
                                            Desert
                                            DGen
                                            Dizzy
                                            DOTC
                                            doubledragon3
                                            DragonSLair2
                                            dynablaster
                                            Elfmania
                                            EmpireStrikesBack
                                            Encounter
                                            F1
                                            F15II
                                            F18
                                            F1GP
                                            F1World
                                            Fire&Ice
                                            FIRSTSAMURAI
                                            FlimbosQuest
                                            Flood
                                            Freddy
                                            Frontier
                                            Fury
                                            GalagaAGA
                                            gauntlet2
                                            GhostsWHD
                                            GhoulsNGhosts
                                            GianaSisters
                                            Gods
                                            goldenaxe
                                            Guardian
                                            GuySpy
                                            hardnheavy
                                            HeadOverHeels
                                            Heimdall2
                                            ICFTD
                                            IM2025
                                            Impossamole
                                            INFO
                                            jamespond2ecs
                                            JimPower
                                            jumpingjackson
                                            KICKOFF2
                                            L.E.D.Storm
                                            Lamatron
                                            LaserSquad
                                            LBGolf
                                            Leander
                                            Lemmings2
                                            Lemmings2P
                                            Lemmings3
                                            LemmingsCD
                                            Lionheart
                                            LotusEspritTC
                                            magicpockets
                                            MajorMotion
                                            mercenary
                                            MethaneBros
                                            MicroMachines
                                            midnightresistance
                                            MonkeyIsland
                                            MonkeyIsland2
                                            MontyPythonsFC
                                            Moonstone
                                            MortalKombat
                                            MortalKombat2
                                            NaughtyOnes
                                            NEBULUS2
                                            NebulusWHD
                                            NewZealandStory
                                            Nigel
                                            NightShift
                                            ninjaremix
                                            Nitro_PAL
                                            NoSecondPrize
                                            obsession
                                            OutrunEurope
                                            overkill
                                            pacmania
                                            Pang
                                            PaperBoy
                                            parasolstars
                                            PharoahsCurse
                                            PinballF
                                            PIPEMANIA
                                            Populous2
                                            PowerDrome
                                            PrinceOfPersia_E
                                            PROJECTX
                                            PUCMANHD
                                            PuttyHD
                                            RainbowIslands
                                            Rampage
                                            RBIBaseball
                                            revengeofdefender
                                            RickDangerous
                                            rickdangerousii
                                            RiseRobots
                                            RiskyWoods
                                            roadkill
                                            RoboCop2
                                            RODLAND
                                            R-TYPE
                                            R-TYPE2
                                            Rubicon
                                            ruffntumble
                                            saintdragon
                                            SensibleGolf
                                            Sentinel
                                            settlers
                                            ShadowFighter
                                            ShadowOftheBeast1
                                            SID
                                            Silkworm
                                            SimCity
                                            SkidMarks2
                                            SoccerKidCD32
                                            spaceace
                                            SpaceHarrier
                                            SpeedBallII
                                            SSD
                                            SSF2T
                                            Starglider
                                            Strider
                                            StuntCarRacer
                                            SummerOlympics
                                            supercars2
                                            SuperFrog
                                            SuperHangOn
                                            superoffroad
                                            superspaceinvaders
                                            switchblade2
                                            SWIV
                                            SWOS
                                            SYNDICATE
                                            T1
                                            T2
                                            TEAM17-SDL DISK
                                            TestDriveII
                                            ThunderBlade
                                            Toki
                                            TrollsCD
                                            TurboTraxCD
                                            TURR3
                                            TURRICAN
                                            TURRICAN_II
                                            turrican2
                                            UFO
                                            Unreal
                                            ViroCop_AGA
                                            Virus
                                            Volfied
                                            VROOM
                                            WingCommander_CD32
                                            Wings
                                            Wizkid
                                            WizNLiz
                                            wolfchild
                                            Wonderdog
                                            XENON2
                                            X-Out
                                            ZaraThrusta
                                            Zaxxon
                                            zeewolf2
                                            Zool2AGA
                                            ZoolCD32
                                            z-out

                                            CD32-350 Approx Games list, there may be more!!

                                            3DTennis
                                            AfterBurner'89
                                            Agony
                                            AkiraCD32
                                            ALFREDCHICKEN
                                            AlienBreed2
                                            AlienBreedSECD32
                                            AlienBreedTA
                                            AlienWorld
                                            AllTerrainRacing
                                            anotherworld
                                            APIDYA
                                            Apocalypse
                                            ARABIANNIGHTS
                                            ARCHONHD
                                            ASSASSIN
                                            AssassinSE
                                            AstroKid
                                            atomicrobokid
                                            Awesome
                                            BabyJo
                                            backtothefuture3
                                            BallBlazer
                                            Banshee
                                            Barbarian2
                                            BartVsTheSpaceMutants
                                            BartVStheWorld
                                            BASEJUMPERS
                                            BatmanTheMovie
                                            Battletoads
                                            BCKID
                                            Beavers
                                            BeneFactor
                                            BeverlyHillsCop
                                            BillTomato
                                            BILLYBURGLAR
                                            BionicCommando
                                            BlackTiger
                                            BlackViper
                                            Blastar
                                            BlitzBombers
                                            Blob
                                            BluesBrothers
                                            BOBSBADDAY
                                            BODYBLOWS
                                            BodyBlowswhd
                                            BomberBlaster
                                            BOMBMANIA
                                            Bombuzal
                                            BrainMan
                                            BRIAN_THE_LION_CD32
                                            BrutalFootball
                                            bubbaHD
                                            Bubble_and_Squeak
                                            Bubble2
                                            BuckToothBob
                                            BugBash
                                            BuggyBoy
                                            B*mpNBurn
                                            cabal
                                            CadaverLevels
                                            Cannon
                                            CaptainPlanet
                                            CarVup
                                            CD32Illusions
                                            Cedric
                                            ChaosEngine_CD32
                                            chaosengine2
                                            ChaseHQ
                                            ChaseHQ2
                                            ChuckRock
                                            chuckrock2
                                            CiscoHeat
                                            Cliffhanger
                                            CLOCKWISER
                                            ComboRacer
                                            COMMANDO
                                            CrazyCars3
                                            CrazySue
                                            CRAZYSUE2
                                            Creatures
                                            Cybernetix
                                            Cybernoid
                                            DeathMask
                                            Deflektor
                                            Deliverance
                                            DeluxePacMan
                                            Dennis
                                            Desert
                                            DGen
                                            DisposableHeroCD32
                                            Dizzy
                                            DIZZYDIAMONDS
                                            DOJODAN
                                            Donk
                                            Doodlebug
                                            Doofus
                                            DOTC
                                            DoubleDragon
                                            doubledragon3
                                            DragonStone
                                            DrMario
                                            Duck
                                            dynablaster
                                            DynamiteDux
                                            Elf
                                            Elfmania
                                            ElviraArcade
                                            Encounter
                                            Entity
                                            EuropeanFootballChamp
                                            Exile
                                            F1
                                            F1GP
                                            F1World
                                            FaYoh
                                            FaYoh2
                                            FightingSpirit
                                            Fire&Ice
                                            Fireforce
                                            FIRSTSAMURAI
                                            Flaschbier
                                            Flashback
                                            FootballChamp
                                            Frankenstein
                                            Frontier
                                            FULLCONTACT
                                            Fury
                                            GalagaAGA
                                            GhostBusters2
                                            GhostsWHD
                                            GhoulsNGhosts
                                            GianaSisters
                                            Globulus
                                            Gods
                                            goldenaxe
                                            Guardian
                                            GULP
                                            hardnheavy
                                            Harlequin
                                            Heimdall2
                                            HKM
                                            Hoi
                                            HyperDrive
                                            ICFTD
                                            Immortal
                                            Impossamole
                                            IMPOSSIBLEMISSION
                                            Jambala
                                            JamesPond
                                            jamespond2
                                            JamesPond3
                                            JimPower
                                            jumpingjackson
                                            Jungle
                                            JurassicPark
                                            KarateKidII
                                            KATAKIS
                                            KGS
                                            KICKOFF2
                                            KidChaos
                                            KidGloves
                                            KrustysSFH
                                            L.E.D.Storm
                                            LastActionHero
                                            LastLap
                                            LastNinja2
                                            LastNinja3
                                            Leander
                                            Legends
                                            LethalXcess
                                            Lionheart
                                            Logical
                                            LostVikings
                                            LotharMatthaus
                                            Lotus2
                                            Lotus3
                                            LotusEspritTC
                                            MA1
                                            magicpockets
                                            MarbleMadness
                                            MARWIN
                                            masteraxe
                                            MasterBlaster
                                            MAXCD32
                                            MethaneBros
                                            MicroMachines
                                            MicroproseSoccer
                                            midnightresistance
                                            MonkeyIsland
                                            MonkeyIsland2
                                            MonsterBusiness
                                            MontyPythonsFC
                                            Moonstone
                                            Morph
                                            MortalKombat
                                            MortalKombat2
                                            MostaresII
                                            MrNutz
                                            Myth
                                            NaughtyOnes
                                            NEBULUS2
                                            NebulusWHD
                                            NewZealandStory
                                            NickyBoom
                                            Nigel
                                            Nitro_PAL
                                            NSX
                                            Nucleus
                                            Ork
                                            Oscar
                                            OutrunEurope
                                            pacmania
                                            Pang
                                            PaperBoy
                                            ParachuteJoust
                                            parasolstars
                                            PAWSOFFURY
                                            PGA
                                            PinballF
                                            Pirates
                                            platman
                                            plubz
                                            Powerdrive
                                            PrehistoricTale
                                            PREMIERECD32
                                            PrinceOfPersia_E
                                            PROJECTX
                                            ProjectXSE
                                            PUCMANHD
                                            Puggsy
                                            PushOver
                                            Putty
                                            QUICK&SILVA
                                            QUIK
                                            Qwak
                                            Raiden
                                            RainbowIslands
                                            RBIBaseball
                                            revengeofdefender
                                            RickDangerous
                                            rickdangerousii
                                            RiseRabbits
                                            RiseRobots
                                            RiskyWoods
                                            Roadblasters
                                            roadkill
                                            RoadRash
                                            RoboCop2
                                            RODLAND
                                            ROGERRABBIT
                                            ROLLINGRONNY
                                            R-TYPE
                                            R-TYPE2
                                            Rubicon
                                            ruffntumble
                                            saintdragon
                                            SecondSamuraiECS
                                            SeekAndDestroy
                                            SensibleGolf
                                            ShadowDancer
                                            ShadowFighter
                                            ShadowOftheBeast1
                                            ShadowOfTheBeast2
                                            ShadowOfTheBeast3
                                            Shaolin
                                            Silkworm
                                            SkidMarks2
                                            SkyHighStuntman
                                            Sleepwalker
                                            SoccerKidCD32
                                            SpaceCase
                                            SpeedBallII
                                            SperisLegacy
                                            SSD
                                            Stardust
                                            StreetRacer
                                            Strider
                                            SummerOlympics
                                            SuperBob
                                            supercars2
                                            SuperFrog
                                            SuperHangOn
                                            SuperObliteration
                                            superoffroad
                                            superspaceinvaders
                                            SWIV
                                            SWOS
                                            SYNDICATE
                                            T1
                                            T2
                                            TEAM17-SDL DISK
                                            TearawayThomas
                                            TestDriveII
                                            TetrisPro
                                            TheHumans3
                                            ThomasTankEngine
                                            ThunderBlade
                                            TinyTroops
                                            Toki
                                            TommyGun
                                            TopGear2AGA
                                            TotalCarnage
                                            TotalRecall
                                            TrapsnTreasures
                                            TrollsCD
                                            TruckRacing
                                            TurboOutrun
                                            TurboTraxCD
                                            TURR3
                                            TURRICAN
                                            turrican2
                                            UFO
                                            Unreal
                                            Venus
                                            VideoKid
                                            ViroCop_AGA
                                            VROOM
                                            Walker
                                            Watchtower
                                            WHEELSPIN
                                            WildCupSoccer
                                            WingCommander_CD32
                                            Wings
                                            WipeOut
                                            WIZBALL
                                            Wizkid
                                            WizNLiz
                                            wolfchild
                                            Wonderdog
                                            WOODYSWORLD
                                            WWF
                                            XENON2
                                            X-Out
                                            Zaxxon
                                            Zool2AGA
                                            ZoolCD32
                                            z-out

                                            CD32-444 Approx Games list, there may be more!!

                                            Aaargh!
                                            ActionFighter
                                            AfterBurner'89
                                            Agony
                                            Akira
                                            ALFREDCHICKEN
                                            AlienBreed2
                                            AlienBreedSECD32
                                            AlienBreedTA
                                            AlienWorld
                                            AllTerrainRacing
                                            Amnios
                                            anotherworld
                                            APIDYA
                                            Apocalypse
                                            Apprentice
                                            Aquablast
                                            AquaticGames
                                            Aquaventura
                                            ARABIANNIGHTS
                                            Armalyte
                                            ArmyMoves
                                            Arnie
                                            Arnie2
                                            ASSASSIN
                                            AssassinSE
                                            atomicrobokid
                                            Atomino
                                            AuntArcticAdventure
                                            Awesome
                                            AxelsMagicHammer
                                            BabyJo
                                            Backlash
                                            BackToTheFuture2
                                            backtothefuture3
                                            BadCompany
                                            Badlands
                                            BangkokKnights
                                            Banshee
                                            Barbarian2
                                            BartVsTheSpaceMutants
                                            BartVStheWorld
                                            BASEJUMPERS
                                            BatmanTheMovie
                                            BattleSquadron
                                            Battletoads
                                            BBG
                                            BCKid
                                            BeastBusters
                                            Beavers
                                            BeneFactor
                                            Big6
                                            BigRun
                                            BillTomato
                                            BILLYBURGLAR
                                            BionicCommando
                                            BlackTiger
                                            Blastar
                                            BlinkysScarySchool
                                            Blob
                                            BluesBrothers
                                            BOBSBADDAY
                                            BobsGarden
                                            BODYBLOWS
                                            BodyBlowswhd
                                            BombJack
                                            BOMBMANIA
                                            Bombuzal
                                            BonanzaBros
                                            Botics
                                            Brainball
                                            BrainMan
                                            BRIAN_THE_LION_CD32
                                            Bubba'n'Stix
                                            Bubble_and_Squeak
                                            BubbleBobble
                                            BubbleGun
                                            BuckToothBob
                                            BugBash
                                            BuggyBoy
                                            B*mpNBurn
                                            BunnyBricks
                                            cabal
                                            Cannon
                                            CaptainPlanet
                                            CarVup
                                            Catch'em
                                            CD32Illusions
                                            Cedric
                                            ChaosEngine_CD32
                                            chaosengine2
                                            CharlieJCool
                                            ChaseHQ
                                            ChaseHQ2
                                            ChipsChallenge
                                            Chrome
                                            ChubbyGristle
                                            ChuckRock
                                            chuckrock2
                                            CiscoHeat
                                            CJElephant
                                            CJInUSA
                                            Cliffhanger
                                            CLOCKWISER
                                            ClownOMania
                                            Colgate
                                            COMMANDO
                                            ContinentalCircus
                                            CoolWorld
                                            CosmicRelief
                                            CosmicSpacehead
                                            CountDuckula
                                            CrashTestDummies
                                            CrazyCars2
                                            CrazyCars3
                                            CrazySue
                                            CRAZYSUE2
                                            Creatures
                                            CurseOfRa
                                            Cyberball
                                            Cybernetix
                                            Cybernoid
                                            Cybernoid2
                                            Cyberpunks
                                            Cytron
                                            DalekAttack
                                            DanDare3
                                            Darkman
                                            DaysOfThunder
                                            DeathMask
                                            DeepCore
                                            Deliverance
                                            DeluxePacMan
                                            Denaris
                                            Desert
                                            DeviousDesigns
                                            D-Generation
                                            D**kTracy
                                            DisposableHeroCD32
                                            DIZZYDIAMONDS
                                            DOJODAN
                                            Doodlebug
                                            Doofus
                                            DOTC
                                            DoubleDragon
                                            DoubleDragon2
                                            doubledragon3
                                            Dragonscape
                                            DragonStone
                                            DrMario
                                            dynablaster
                                            DynamiteDux
                                            Dynamo
                                            DynastyWars
                                            Dyter-07
                                            EddTheDuck
                                            EddTheDuck2
                                            Elf
                                            Elfmania
                                            ElviraArcade
                                            E-Motion
                                            EmpireSoccer
                                            Encounter
                                            Entity
                                            EscapeFromPlanet
                                            EuropeanFootballChamp
                                            Exile
                                            ExileW
                                            Exolon
                                            Exterminator
                                            F1
                                            F1World
                                            FantasticVoyage
                                            FightingSpirit
                                            FinalFight
                                            Fire&Ice
                                            Fireforce
                                            Firehawk
                                            FIRSTSAMURAI
                                            Flaschbier
                                            FlyHarder
                                            FootballChamp
                                            FULLCONTACT
                                            Fury
                                            FutureTank
                                            GalagaAGA
                                            GameOfHarmony
                                            Garfield2
                                            GhostBusters
                                            GhostBusters2
                                            GhostsWHD
                                            GhoulsNGhosts
                                            GianaSisters
                                            Globulus
                                            Goal
                                            Gods
                                            goldenaxe
                                            GrandMonsterSlam
                                            Guardian
                                            GULP
                                            hardnheavy
                                            Harlequin
                                            HATE
                                            Heimdall2
                                            HKM
                                            HudsonHawk
                                            Hydra
                                            HyperDrive
                                            ICFTD
                                            Impossamole
                                            IntoTheEaglesNest
                                            Ivanhoe
                                            Jambala
                                            JamesPond
                                            jamespond2
                                            JimPower
                                            JoeAndMac
                                            JoeBlade
                                            JoeBlade2
                                            Jug
                                            jumpingjackson
                                            Jungle
                                            JurassicPark
                                            KarateKidII
                                            KATAKIS
                                            KGS
                                            KICKOFF2
                                            KidChaos
                                            KidGloves
                                            KirosQuest
                                            klax
                                            KrustysSFH
                                            L.E.D.Storm
                                            LastActionHero
                                            LastDuel
                                            LastLap
                                            LastNinja2
                                            LastNinja3
                                            Leander
                                            Legends
                                            LethalXcess
                                            Lionheart
                                            LittlePuff
                                            LostVikings
                                            LotharMatthaus
                                            Lotus2
                                            Lotus3
                                            LotusEspritTC
                                            MA1
                                            MagicBoy
                                            magicpockets
                                            MarbleMadness
                                            MARWIN
                                            MasterBlaster
                                            MasterBlazer
                                            MAXCD32
                                            McDonaldsLand
                                            MethaneBros
                                            MickeyMouse
                                            Microbes
                                            MicroMachines
                                            midnightresistance
                                            MightyBombJack
                                            Minskies
                                            MonsterBusiness
                                            MontyPythonsFC
                                            Moonstone
                                            Morph
                                            MortalKombat
                                            MortalKombat2
                                            MostaresII
                                            MrNutz
                                            Myth
                                            NaughtyOnes
                                            NavySeals
                                            NEBULUS2
                                            NebulusWHD
                                            NewZealandStory
                                            NickyBoom
                                            NickyBoom2
                                            Nigel
                                            NightBreed
                                            NinjaRabbits
                                            NinjaSpirit
                                            Nitro_PAL
                                            NitroboostChallenge
                                            NSX
                                            Nucleus
                                            Ork
                                            Oscar
                                            OutrunEurope
                                            Overdrive
                                            pacmania
                                            Pang
                                            PaperBoy
                                            ParachuteJoust
                                            parasolstars
                                            PAWSOFFURY
                                            PGA
                                            PinballF
                                            PinballPrelude
                                            Platoon
                                            Popeye2
                                            Powerdrive
                                            PrehistoricTale
                                            Premiere
                                            PrinceOfPersia
                                            PROJECTX
                                            ProjectXSE
                                            PUCMANHD
                                            Puggsy
                                            PushOver
                                            Putty
                                            Puzznic
                                            QUICK&SILVA
                                            QUIK
                                            Qwak
                                            Raiden
                                            RainbowIslands
                                            RBIBaseball
                                            Renegade
                                            ReturnOfTheJedi
                                            Revelation
                                            revengeofdefender
                                            RickDangerous
                                            rickdangerous2
                                            RiseRobots
                                            RiskyWoods
                                            Roadblasters
                                            roadkill
                                            RoadRash
                                            RobinHood
                                            RoboCop2
                                            Rockford
                                            RODLAND
                                            ROLLINGRONNY
                                            RollingThunder
                                            R-TYPE
                                            R-TYPE2
                                            Ruffian
                                            ruffntumble
                                            RyderCup
                                            saintdragon
                                            SecondSamuraiECS
                                            SeekAndDestroy
                                            SeymourGoesToHollywood
                                            ShadowDancer
                                            ShadowFighter
                                            ShadowOftheBeast
                                            ShadowOfTheBeast2
                                            ShadowOfTheBeast3
                                            Shaolin
                                            Silkworm
                                            Simulcra
                                            SinkOrSwim
                                            SkidMarks2
                                            SkyHighStuntman
                                            Slayer
                                            Sleepwalker
                                            SoccerKidCD32
                                            Sooty&Sweep
                                            Speedball1
                                            SpeedBallII
                                            SperisLegacy
                                            SSD
                                            Stardust
                                            StegTheSlug
                                            StreetRacer
                                            Strider
                                            SummerOlympics
                                            SuperBob
                                            supercars2
                                            SuperFrog
                                            SuperHangOn
                                            SuperObliteration
                                            superoffroad
                                            SuperSeymour
                                            superspaceinvaders
                                            switchblade2
                                            SWIV
                                            SWOS
                                            SYNDICATE
                                            T1
                                            T2
                                            TEAM17-SDL DISK
                                            TearawayThomas
                                            TestDriveII
                                            TetrisPro
                                            TheHumans3
                                            ThomasTankEngine
                                            ThomasTankEngine2
                                            ThunderBlade
                                            ThunderBoy
                                            ThunderCats
                                            TinyTroops
                                            Toki
                                            TommyGun
                                            TopGear2AGA
                                            TopSecret
                                            TotalCarnage
                                            TotalRecall
                                            Transplant
                                            TrapsnTreasures
                                            TrollsCD
                                            TruckRacing
                                            TurboOutrun
                                            TurboTraxCD
                                            TURRICAN
                                            turrican2
                                            TURRICAN3
                                            TwinWorld
                                            UltimateGameBoySim
                                            Unreal
                                            Venus
                                            VideoKid
                                            Violator
                                            ViroCop_AGA
                                            VROOM
                                            Walker
                                            Watchtower
                                            WildCupSoccer
                                            WindsurfWilly
                                            WingCommander_CD32
                                            Wings
                                            WingsOfFury
                                            WipeOut
                                            WIZBALL
                                            Wizkid
                                            WizNLiz
                                            wolfchild
                                            Wonderdog
                                            WOODYSWORLD
                                            WWF
                                            WWFEuropeanRampage
                                            Xenon1
                                            Xenon2
                                            X-Out
                                            XR35
                                            Xybots_Orig
                                            YogiBear
                                            YogisGreatEscape
                                            Zaxxon
                                            Zool2AGA
                                            ZoolCD32
                                            z-out
                                            Zynaps

                                            CD32-888 Approx Games list, there may be more!!

                                            1000ccTurbo
                                            1943
                                            3DGalax
                                            5thGear
                                            9Lives
                                            ActionCat
                                            Adrenalynn
                                            AerialRacers
                                            AirborneRanger
                                            Alcatraz
                                            Alianator
                                            AlienBash
                                            AlienBash2
                                            AlienBreed
                                            AlienHunter
                                            AlienIII
                                            AlienLegion
                                            AlienStorm
                                            AlloAllo
                                            Alpha1
                                            AlphaWaves
                                            AlteredBeast
                                            AmigaKarate
                                            Anarchy
                                            AnotherWorld
                                            Archon
                                            Artura
                                            Astaroth
                                            Astatin
                                            Atome
                                            BadlandsPete
                                            Ballistix
                                            Barbarian2Psy
                                            BattleBound
                                            BattleCars
                                            BattleStorm
                                            BattleValley
                                            Beast1
                                            Beast3
                                            BeastLord
                                            BeyondTheIcePalaceComp
                                            BigNoseTheCaveman
                                            BioChallenge
                                            BiplaneDuel2
                                            BlackLamp
                                            BladeWarrior
                                            BlazingThunder
                                            Bomber2000
                                            BombX
                                            Borobodur
                                            BubbleDizzy
                                            Budokan
                                            BurningRubber
                                            CannonFodder2
                                            CannonFodder2AL
                                            CannonFodderCD32
                                            Carcharodon
                                            Cardiaxx
                                            CastleWarrior
                                            CatchEm
                                            Cavemania
                                            ChaosEngineECS
                                            CircusAttractions
                                            Citadel
                                            ClassicArcadia
                                            ClikClak
                                            CloudKingdoms
                                            Cobra
                                            colorworld
                                            CosmicBouncer
                                            CountDuckula2
                                            CrackDown
                                            CrazyCars
                                            CrazySeasons
                                            Croak
                                            Cubix
                                            Custodian
                                            Cyberdroid
                                            Cybernoid2
                                            DaleyThompsonsOC
                                            DarkFusion
                                            DaysOfThunder
                                            DeepSpace
                                            Deflektor
                                            DemonBlue
                                            Dennis
                                            Diggers
                                            DimoSQuest
                                            DOE
                                            Donk
                                            donkeyii
                                            DoubleAgent
                                            Dracula
                                            Elf
                                            ElfMicrovalue
                                            Eliminator
                                            Erik
                                            EspanaTheGames
                                            Eswat
                                            EuropeanChampions
                                            Executioner
                                            Exolon
                                            Extractors
                                            F17Challenge
                                            FantasticDizzy
                                            FantasyWorldDizzy
                                            FatalMission
                                            FatalMission2
                                            Fatman
                                            FaYoh
                                            Fayoh2
                                            Fears
                                            FightingWarriors
                                            FinalBlow
                                            FireAndBrimstone
                                            FireAndIceXMas
                                            Fireball
                                            FireBlaster
                                            FistFighter
                                            Flashback
                                            FlipItAndMagnose
                                            FranticFreddie
                                            Fred
                                            Frenetic
                                            FrightNight
                                            Frostbyte
                                            FutureBasketBall
                                            FutureBike
                                            FutureShock
                                            Fuzzball
                                            Gainforce
                                            Galactic
                                            Galaga92
                                            Galaxy89
                                            GalaxyBlast
                                            GalaxyForce2
                                            GamesSummerEdition
                                            Gardener
                                            gardening
                                            GaryLinekersHotShot
                                            Gazza2
                                            GeminiWing
                                            GemX
                                            GhostBattle
                                            GLOC
                                            Gloom
                                            GloomDLX
                                            GnomeAlone
                                            Gods
                                            GoldenEagle
                                            GPCycles
                                            GrandPrixMaster
                                            GreatCourts2
                                            Gremlins2
                                            Gulp_CD
                                            Gunshoot
                                            GWR
                                            Hammerboy
                                            Hammerfist
                                            Hawkeye
                                            HellfireAttack
                                            Hellraider
                                            HelterSkelter
                                            HighSteel
                                            HongKongPhooey
                                            HotRod
                                            HuckleberryHound
                                            Humans
                                            Hybris
                                            IceRunner
                                            Ilyad
                                            IndyHeat
                                            InsectsInSpace
                                            InternationalSoccer
                                            Italy1990WE
                                            jaguardemo
                                            Jaws
                                            JetSetWilly2
                                            Jetsons
                                            JimmyFJ
                                            JockyWilson
                                            Jouster3
                                            JudgeDredd
                                            Jumpman
                                            JumpNRoll
                                            JupitersMasterdrive
                                            KalasPuffs
                                            kickit
                                            KidGlovesII
                                            Killerball
                                            KTLD
                                            laby2
                                            Lamborghini
                                            LeadingLap
                                            Leatherneck
                                            LeavinTeramis
                                            Lemmingoids2
                                            LethalWeapon
                                            LethalZone
                                            Leviathan
                                            LicenceToKill
                                            LiquidKids
                                            LiveLetDie
                                            Livingstone2
                                            Llamatron
                                            LombardRACRally
                                            Luxor
                                            MA1
                                            MadBomber
                                            MadProfessorMariarti
                                            Magician
                                            MagicMouse
                                            Magnatron
                                            MajorMotion
                                            ManicMiner
                                            MatrixMarauders
                                            MeanMachine
                                            MegaPhoenix
                                            Megatwins
                                            MegaTyphoon
                                            MERCS
                                            MervTheMerciless
                                            MetalMutant
                                            MiamiChase
                                            Mine-BabyGhost
                                            Mine-Bond1
                                            Mine-Boulderdash
                                            Mine-Boulderdash2
                                            Mine-EMC
                                            Mine-Emerald
                                            Mine-Emerald2
                                            Mine-Frusty
                                            Mine-Ghost
                                            Mine-Highlander
                                            Mine-History
                                            Mine-NoOne1
                                            Mine-Nordlicht
                                            Mine-Nordlicht2
                                            Mine-Perl1-1
                                            Mine-Perl1-2
                                            Mine-Perl1-3
                                            Mine-Perl1-4
                                            Mine-Perl1-5
                                            Mine-Perl1-6
                                            Mine-runner
                                            Mine-runner2
                                            Mine-snel
                                            Mine-snel2
                                            Mine-spud
                                            Mine-spud5
                                            Mine-Wonder
                                            MoonBlaster
                                            Mot
                                            Motorhead
                                            MotorMassacre
                                            MotorolaInvaders2
                                            Mousetrap
                                            MrDoRunRun
                                            Mystical
                                            Narc
                                            Necronom
                                            Neighbours
                                            Netherworld
                                            Nibbler
                                            NightDawn
                                            NinjaWarriors
                                            Norris
                                            Octagon
                                            Odyssey
                                            OffShoreWarrior
                                            OneStepBeyond
                                            Onslaught
                                            OperationFirestorm
                                            OperationHarrier
                                            OrientalGames
                                            Outfall
                                            Overlander
                                            Pacland
                                            Pacmania
                                            Paramax
                                            PassingShot
                                            Pengo
                                            PeterBeardsleys
                                            petersquest
                                            PharaohsCurse
                                            Phobia
                                            PinkPanther
                                            PipeDream
                                            PipeMania
                                            PitFighter
                                            Plague
                                            Plutos
                                            Pod
                                            PostmanPat
                                            Powerpac
                                            Powerstyx
                                            PrimeMover
                                            ProBoxingSim
                                            Projectyle
                                            ProTennisSimulator
                                            Psyborg
                                            PubTriviaSim
                                            PuffysSaga
                                            Pyramax
                                            Qix
                                            Quartz
                                            RackneySIsland
                                            RAMHamster
                                            RanX
                                            Rattlesnake
                                            RatTrap
                                            RedHeat
                                            Rescue
                                            ReturnToGenesis
                                            RevengeOfTheMutantCamels
                                            Rick
                                            RiseRabbits
                                            RiseRabbits2
                                            roachmotel
                                            RoadWars
                                            RoboCop
                                            RogueTrooper
                                            RollOrDie
                                            Rotor
                                            RoundTheBend
                                            RuffAndReddy
                                            ruffntumble
                                            RunTheGauntlet
                                            RushHour
                                            SabreTeam
                                            SantasXmasCaper
                                            Scorpio
                                            Scorpion
                                            ScrambleSpirits
                                            SensibleGolf
                                            Shinobi
                                            Sidewinder
                                            SierraSoccer
                                            Skidz
                                            SkullCrossBones
                                            Skweek
                                            SlightlyMagic
                                            Slipstream
                                            SlySpySecretAgent
                                            SnoopyAndPeanuts
                                            SoccerSuperstars
                                            SoldierOfLight
                                            SoloAssault
                                            SonicBoom
                                            Sophelie
                                            SorcerorsApprentice
                                            Sorefist
                                            SpaceCrusade
                                            SpaceHarrier
                                            SpacePilot89
                                            SpaceStation
                                            SpeedboatAssassin
                                            SpellfireTheSorceror
                                            SpikeInTransylvania
                                            SpindizzyWorlds
                                            SpittingImage
                                            Spot
                                            SpyWhoLovedMe
                                            SSD
                                            SSF2T
                                            StackUp
                                            Starblaze
                                            Stargoose
                                            Starians
                                            Starray
                                            Steel
                                            Steigar
                                            StoneAge
                                            Stormlord
                                            StreetFighter
                                            StreetFighter2
                                            StreetGang
                                            StrikerCD
                                            Stryx
                                            StuntCarRacerTNT
                                            Subtrade
                                            SuburbanCommando
                                            SummerCamp
                                            SummerGames
                                            Supaplex
                                            SuperCars
                                            SuperGrandPrix
                                            SuperScrambleSim
                                            SuperSki2
                                            SuperStreetFighter2
                                            SurfNinjas
                                            Switchblade
                                            Sword
                                            SwordOfSodan
                                            SYNDICATE
                                            T2JudgementDay
                                            TagTeamWrestling
                                            TBird
                                            TeamSuzuki
                                            Tech
                                            TennisCup
                                            TennisCup2
                                            TerrysBigAdventure
                                            Tetrix
                                            TheCartoons
                                            TheMoochies
                                            TheOath
                                            ThePower
                                            TheSwordAndTheRose
                                            TheTeller
                                            TimeLock
                                            TimeMachine
                                            TimeSoldiers
                                            TintinOnTheMoon
                                            Titan
                                            TitanicBlinky
                                            Toobin
                                            TopCat
                                            TorvakTheWarrior
                                            ToyotaCelica
                                            TrainedAssassin
                                            Troddlers
                                            TurboRacer3D
                                            TURRICAN
                                            Tusker
                                            UnderPressure
                                            UniversalWarrior
                                            UnsensibleSoccer
                                            UNSquadron
                                            Untouchables
                                            VampiresEmpire
                                            VitalLight
                                            Viz
                                            Volfied
                                            VoodooNightmare
                                            Vyrus
                                            WackyRaces
                                            Wanted
                                            WarlockTheAvenger
                                            Warzone
                                            WarzoneParadox
                                            WayOfTheLittleDragon
                                            WeirdDreams
                                            WembleyRugbyLeague
                                            Wheelspin
                                            WhizzECS
                                            Wicked
                                            WildStreets
                                            WinterCamp
                                            Wizio
                                            WO2097
                                            WorldChampSoccer
                                            WorldClassSoccer
                                            WormsCD32
                                            Wreckers
                                            Xenex
                                            X-It
                                            YoJoe
                                            Yolanda
                                            YolkfolkDizzy
                                            Ziriax
                                            ZoneWarrior
                                            Zyconix

                                            •Raspberry Pi model: Pi ZeroW
                                            •Raspberry Pi model: Pi 3B @ 1350/500/500 MHz
                                            •Raspberry Pi model: Pi 3B+ @ 1550/500/500 MHz

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

                                            Want to support us ?

                                            71
                                            Online

                                            99.7k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com