Kung Fu Flash Cartridge - Forum64 (2025)

  • Themen-Statistik
  • Seitenleiste auf- und zuklappen

Kung Fu Flash Cartridge - Forum64 (3)

Hallo Besucher, der Thread wurde 406k mal aufgerufen und enthält 2155 Antworten

letzter Beitrag vonAtomlabor am

  • kim_jorgensen
  • 27. Dezember 2019
  • Unerledigt
    • 27. Dezember 2019

      Hi!

      Inspiredby Carsten’s RasPIC64 project and my experience with Tapecard SD Ihave created a new cartridge called Kung FuFlash and released it as open source.

      Kung Fu Flash Cartridge - Forum64 (4)

      KungFu Flash can emulate different cartridge types, load PRG and D64 files from the microSD card and support EasyFlash 3 USB. Itis what I call a Software DefinedCartridge, where a fast microcontroller emulates cartridge hardwarein software.

      Youcan find the project here:https://github.com/KimJorgensen/KungFuFlash

      Thisis still work in progress; there is no write support, only the PALversion of the Commodore 64 is supported and the latest version ofthe gerber has not been tested yet.

      • 28. Dezember 2019

        Very cool and flexible STM project ...

        • 28. Dezember 2019

          Thank you. Yes, it is quite flexible and hopefully not too hard to build.

          I still amazed with the performance you can get out of a STM32, even though it was close to the limit when implementing VIC-II reads and 2MHz reads for the C128.

          • 28. Dezember 2019

            Kung Fu Flash Cartridge - Forum64 (5)

            Oh Mann, schon wieder so eine coole Entwicklung. Man ist in dieser Community eigentlich konstant am bestellen. Kung Fu Flash Cartridge - Forum64 (6)

            Kung Fu Flash Cartridge - Forum64 (7)

            • 28. Dezember 2019

              Great project! Thanks for publishing it as opensource.

              Hopefully I can build one soon. Keep up the good work.

              • 28. Dezember 2019

                Thank you Kung Fu Flash Cartridge - Forum64 (10)

                Please note that I haven't tested the latest gerbers yet as I'm still waiting for the PCBs to arrive. But let me know how it goes should you decide to build one.

                I'll keep you updated once I have tested the new PCB.

                • 28. Dezember 2019

                  Great project! When the new PCBs are okay, then I will build it too.

                  • 28. Dezember 2019

                    That looks like a great project and feature list is superb Kung Fu Flash Cartridge - Forum64 (11)

                    Hope it will fully replace the SD2IEC... filebrowser looks a bit like FIBR.

                    • 28. Dezember 2019

                      Zitat von pastors

                      Hope it will fully replace the SD2IEC...

                      Not quite. It will only support single-load files from D64.

                      For multi-load games you will still need a disk drive/SD2IEC or an EasyFlash release of the game.

                      • 1. Januar 2020

                        This looks like a really cool project, thank you very much for sharing it with us as open source! And please do keep us updated on the new PCB. It is the kind of project that I absolutely have to build myself. Kung Fu Flash Cartridge - Forum64 (13)

                        • 2. Januar 2020

                          I have to admit curiosity got the better of me. So I ordered a few of the PCBs and some components. Kung Fu Flash Cartridge - Forum64 (14)

                          • 4. Januar 2020

                            Zitat von bigby

                            I have to admit curiosity got the better of me. So I ordered a few of the PCBs and some components. Kung Fu Flash Cartridge - Forum64 (16)

                            I know the feeling Kung Fu Flash Cartridge - Forum64 (17) and have good news for you: I just got the new PCB assembled and it works fine. The only difference between mine and the one on github is the silkscreen logo.

                            If you buy the microcontroller in China there is a chance that it is not erased and has the read out protection enabled. In that case you need a ST-Link v2 and the ST-Link Utility from ST to unlock it.

                            • 4. Januar 2020

                              That's great news, thanks for the update! Can't wait for the PCBs to arrive now. Kung Fu Flash Cartridge - Forum64 (18) I ordered a few of the MCUs on Aliexpress but -- expecting the worst and to be sure -- a couple more from LCSC that should be new. I have a cheap ST-Link v2 clone, too. I hope that'll do.

                              Yesterday, I took a brief look at the schematics and at your code and I must say again that I'm very impressed. I like the simplicity and flexibility of your design and also how you build on some previous work (like the EF3 protocol, DraBrowse, or Frenetic 's work) instead of inventing everything from scratch. Well done! Kung Fu Flash Cartridge - Forum64 (19) Now I'm very curious to see how all of this works in practice.

                              • 4. Januar 2020

                                Zitat von bigby

                                I have a cheap ST-Link v2 clone, too. I hope that'll do.

                                Yes, that is fine I also have a cheap clone. Just make sure to use the software from ST.

                                Zitat von bigby

                                Yesterday, I took a brief look at the schematics and at your code and I must say again that I'm very impressed. I like the simplicity and flexibility of your design and also how you build on some previous work (like the EF3 protocol, DraBrowse, or Frenetic 's work) instead of inventing everything from scratch. Well done! Kung Fu Flash Cartridge - Forum64 (22) Now I'm very curious to see how all of this works in practice.

                                Thank you! One of my goals was to keep it as simple as I could, you can always add more features later. Building on other people's work saved a lot of work and shows where open source really works well.

                                Please post some pictures once you got it assembled.

                                • 4. Januar 2020

                                  Zitat von kim_jorgensen

                                  Please post some pictures once you got it assembled.

                                  I certainly will! The PCBs are shipping from China though, so it‘ll still take a couple of weeks.

                                  • 11. Januar 2020

                                    I got some newcartridge casesto test my ideaof placing the LED close to the resetbutton and use a transparent button cap. TFW8b was nice enough toinclude additional button caps upon request, and here is the result:

                                    Kung Fu Flash Cartridge - Forum64 (24)

                                    Itworks fine for some angles behind the C64, but it is hard to seethe LED from other angles:

                                    Kung Fu Flash Cartridge - Forum64 (25)

                                    I have ordered some ultra bright LEDsto see if that helps, otherwise I may have to move the LED on the PCBto a better place for this to work.

                                    Of course a clear case won’thave this problemKung Fu Flash Cartridge - Forum64 (26)

                                    Kung Fu Flash Cartridge - Forum64 (27)

                                    • 17. Januar 2020

                                      Kung Fu Flash Cartridge - Forum64 (28)Just received a small package from China containing:

                                      Kung Fu Flash Cartridge - Forum64 (29)

                                      Unfortunately, I will probably not have the time to assemble it this weekend... Kung Fu Flash Cartridge - Forum64 (30)

                                      • 17. Januar 2020

                                        Nice. I have added a BOM to the release in GitHub if you haven't ordered all components yet.

                                        • 17. Januar 2020

                                          Zitat von bigby

                                          Kung Fu Flash Cartridge - Forum64 (32)Just received a small package from China containing:

                                          Kung Fu Flash Cartridge - Forum64 (33)

                                          Unfortunately, I will probably not have the time to assemble it this weekend... Kung Fu Flash Cartridge - Forum64 (34)

                                          Funny, the same thing has arrived here only in a different color. I am still missing all components, I have to order first.

                                          Kung Fu Flash Cartridge - Forum64 (35)

                                        Ähnliche Themen

                                        • Kill Cartridge

                                          • WebFritzi
                                          • ASM
                                        • Disk2EasyFlash - Fertige Images

                                          • Ebster
                                          • EasyFlash
                                        • Kung Fu Flash Cartridge Emulation

                                          • Bruc3B4nn3r
                                          • Kung Fu Flash
                                        • Magic Desk Wishlist

                                          • CapFuture1975
                                          • Module und externe Erweiterungen
                                        • Easyflash Wishlist

                                          • Ebster
                                          • EasyFlash
                                        • Working C64 Expansions list

                                          • SkulleateR
                                          • Desktop Computer
                                        • Kung Fu SID (ex UltiSID) - Konfusion

                                          • Tengri
                                          • Musik
                                        • Verwendung von SD2IEC

                                          • Cpt.Hardy
                                          • Diskettenlaufwerke
                                        • Kung-Fu Flash startet ein geflashtes CRT beim einschalten des U64 nicht automatisch (bzw. hängt/schwarzer Schirm)

                                          • Retro-Nerd
                                          • Ultimate-64
                                        • Kung Fu Flash - C64

                                          • News-Bot
                                          • Szene-News
                                        Kung Fu Flash Cartridge - Forum64 (2025)
                                        Top Articles
                                        Latest Posts
                                        Recommended Articles
                                        Article information

                                        Author: Velia Krajcik

                                        Last Updated:

                                        Views: 5704

                                        Rating: 4.3 / 5 (54 voted)

                                        Reviews: 85% of readers found this page helpful

                                        Author information

                                        Name: Velia Krajcik

                                        Birthday: 1996-07-27

                                        Address: 520 Balistreri Mount, South Armand, OR 60528

                                        Phone: +466880739437

                                        Job: Future Retail Associate

                                        Hobby: Polo, Scouting, Worldbuilding, Cosplaying, Photography, Rowing, Nordic skating

                                        Introduction: My name is Velia Krajcik, I am a handsome, clean, lucky, gleaming, magnificent, proud, glorious person who loves writing and wants to share my knowledge and understanding with you.