home.social

#easyflash — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #easyflash, aggregated by home.social.

  1. I wanted to be able to run #VolksForth for the #Commodore64 from a .CRT image so that it becomes immediately available at power on (just like you can do with #DurexForth ).

    So I found this nice little #Python script below which converts your *.PRG file to a *.CRT file and adds a bootloder to it.

    Some of you probably know this already, but I was very happy to find it - works with #Python3 as well:

    frank-buss.de/c64/prg2crt/inde

    #prg2crt
    #EasyFlash
    #Tool

  2. I wanted to be able to run #VolksForth for the #Commodore64 from a .CRT image so that it becomes immediately available at power on (just like you can do with #DurexForth ).

    So I found this nice little #Python script below which converts your *.PRG file to a *.CRT file and adds a bootloder to it.

    Some of you probably know this already, but I was very happy to find it - works with #Python3 as well:

    frank-buss.de/c64/prg2crt/inde

    #prg2crt
    #EasyFlash
    #Tool

  3. I wanted to be able to run #VolksForth for the #Commodore64 from a .CRT image so that it becomes immediately available at power on (just like you can do with #DurexForth ).

    So I found this nice little #Python script below which converts your *.PRG file to a *.CRT file and adds a bootloder to it.

    Some of you probably know this already, but I was very happy to find it - works with #Python3 as well:

    frank-buss.de/c64/prg2crt/inde

    #prg2crt
    #EasyFlash
    #Tool

  4. I wanted to be able to run #VolksForth for the #Commodore64 from a .CRT image so that it becomes immediately available at power on (just like you can do with #DurexForth ).

    So I found this nice little #Python script below which converts your *.PRG file to a *.CRT file and adds a bootloder to it.

    Some of you probably know this already, but I was very happy to find it - works with #Python3 as well:

    frank-buss.de/c64/prg2crt/inde

    #prg2crt
    #EasyFlash
    #Tool

  5. I wanted to be able to run #VolksForth for the #Commodore64 from a .CRT image so that it becomes immediately available at power on (just like you can do with #DurexForth ).

    So I found this nice little #Python script below which converts your *.PRG file to a *.CRT file and adds a bootloder to it.

    Some of you probably know this already, but I was very happy to find it - works with #Python3 as well:

    frank-buss.de/c64/prg2crt/inde

    #prg2crt
    #EasyFlash
    #Tool

  6. EasyFlash³ – Flashen der verschiedenen Komponenten

    Wurde ein neues Easyflash3-Modul bestückt, sind die einzelnen Komponenten wie der FTDI-Chip, der CPLD und auch der Flash noch leer und das Modul daher nicht einsatzbereit. Oder einer der ICs wurde nach einem Defekt ausgetauscht und muss nun ne…

    #C128 #c64 #commodore #CPLD #CRT #Driver #EASP #EasyFlash #EasyFlash3 #EF3 #Flash #Flashing #FT232 #installation #SKOE #windows #Xilinx

    dirkwouters.de/easyflash%c2%b3

  7. EasyFlash³ – Flashen der verschiedenen Komponenten

    Wurde ein neues Easyflash3-Modul bestückt, sind die einzelnen Komponenten wie der FTDI-Chip, der CPLD und auch der Flash noch leer und das Modul daher nicht einsatzbereit. Oder einer der ICs wurde nach einem Defekt ausgetauscht und muss nun ne…

    #C128 #c64 #commodore #CPLD #CRT #Driver #EASP #EasyFlash #EasyFlash3 #EF3 #Flash #Flashing #FT232 #installation #SKOE #windows #Xilinx

    dirkwouters.de/easyflash%c2%b3

  8. EasyFlash³ – Probleme mit dem CPLD

    Das EasyFlash³-Modul ist nach wie vor ein beliebtes Zubehör für den Commodore C64. Und mittlerweile kann man die einzelnen Komponenten für kleines Geld aus Asien beziehen. Allerdings gibt es hier und da die eine oder andere Stolperfalle. Heute möchte ich ein paar…

    #AliExpress #C128 #c64 #commodore #CPLD #EASP #EasyFlash. #EasyFlash³ #EF3 #Fehler #Flashen #Probleme #SX64 #TDO #XC95144XL #Xilinx

    dirkwouters.de/easyflash%c2%b3

  9. EasyFlash³ – Probleme mit dem CPLD

    Das EasyFlash³-Modul ist nach wie vor ein beliebtes Zubehör für den Commodore C64. Und mittlerweile kann man die einzelnen Komponenten für kleines Geld aus Asien beziehen. Allerdings gibt es hier und da die eine oder andere Stolperfalle. Heute möchte ich ein paar…

    #AliExpress #C128 #c64 #commodore #CPLD #EASP #EasyFlash. #EasyFlash³ #EF3 #Fehler #Flashen #Probleme #SX64 #TDO #XC95144XL #Xilinx

    dirkwouters.de/easyflash%c2%b3

  10. It's been a while that I posted here. Been busy converting #Larry to #EasyFlash #C64 cartridge format. That took a whole lot of time and effort to learn new tricks, but I finally have the hang of it. Here's an experimental bit of the intro sequence I'm making for the game now that I have a full megabyte of ROM to work with. The speed difference really is astounding compared to even the fastest disk loader. I'm still going with disk for savegames, though. EasyFlash emulation isn't perfect on all platforms so I'll treat the cart as 100% ROM only. I wrote a few CLI tools to help me prep .CRT builds. Cartman for CRT building: code.area536.com/Public/cartma and Kla2kick for bitmap to ASM processing: code.area536.com/Public/kla2ki Both are very rough around the edges but they work. They're BSD-licensed so have at them if you like!

  11. It's been a while that I posted here. Been busy converting #Larry to #EasyFlash #C64 cartridge format. That took a whole lot of time and effort to learn new tricks, but I finally have the hang of it. Here's an experimental bit of the intro sequence I'm making for the game now that I have a full megabyte of ROM to work with. The speed difference really is astounding compared to even the fastest disk loader. I'm still going with disk for savegames, though. EasyFlash emulation isn't perfect on all platforms so I'll treat the cart as 100% ROM only. I wrote a few CLI tools to help me prep .CRT builds. Cartman for CRT building: code.area536.com/Public/cartma and Kla2kick for bitmap to ASM processing: code.area536.com/Public/kla2ki Both are very rough around the edges but they work. They're BSD-licensed so have at them if you like!

  12. The #EasyFlash CR is a cost reduced version of the EasyFlash 1 cartridge by Daniel Mantione for the #Commodore #C64.
    I just finished soldering this kit.
    You can get it from here:
    freepascal.org/~daniel/easyfla
    (gerbers and schematics also available).
    #retrogaming #RetroComputing

  13. The #EasyFlash CR is a cost reduced version of the EasyFlash 1 cartridge by Daniel Mantione for the #Commodore #C64.
    I just finished soldering this kit.
    You can get it from here:
    freepascal.org/~daniel/easyfla
    (gerbers and schematics also available).
    #retrogaming #RetroComputing

  14. The #EasyFlash CR is a cost reduced version of the EasyFlash 1 cartridge by Daniel Mantione for the #Commodore #C64.
    I just finished soldering this kit.
    You can get it from here:
    freepascal.org/~daniel/easyfla
    (gerbers and schematics also available).
    #retrogaming #RetroComputing

  15. The #EasyFlash CR is a cost reduced version of the EasyFlash 1 cartridge by Daniel Mantione for the #Commodore #C64.
    I just finished soldering this kit.
    You can get it from here:
    freepascal.org/~daniel/easyfla
    (gerbers and schematics also available).
    #retrogaming #RetroComputing

  16. The #EasyFlash CR is a cost reduced version of the EasyFlash 1 cartridge by Daniel Mantione for the #Commodore #C64.
    I just finished soldering this kit.
    You can get it from here:
    freepascal.org/~daniel/easyfla
    (gerbers and schematics also available).
    #retrogaming #RetroComputing

  17. New soldering kit for an #EasyFlash 1 CR (=Cost Reduced) has arrived.
    Unfortunately for me a "routine surgery" has kicked me in the balls more than anticipated. So no soldering for me atm.🤷‍♂️
    #retrogaming #Commodore #C64

  18. New soldering kit for an #EasyFlash 1 CR (=Cost Reduced) has arrived.
    Unfortunately for me a "routine surgery" has kicked me in the balls more than anticipated. So no soldering for me atm.🤷‍♂️
    #retrogaming #Commodore #C64

  19. New soldering kit for an #EasyFlash 1 CR (=Cost Reduced) has arrived.
    Unfortunately for me a "routine surgery" has kicked me in the balls more than anticipated. So no soldering for me atm.🤷‍♂️
    #retrogaming #Commodore #C64

  20. New soldering kit for an #EasyFlash 1 CR (=Cost Reduced) has arrived.
    Unfortunately for me a "routine surgery" has kicked me in the balls more than anticipated. So no soldering for me atm.🤷‍♂️
    #retrogaming #Commodore #C64

  21. New soldering kit for an #EasyFlash 1 CR (=Cost Reduced) has arrived.
    Unfortunately for me a "routine surgery" has kicked me in the balls more than anticipated. So no soldering for me atm.🤷‍♂️
    #retrogaming #Commodore #C64