home.social

#agonlight — Public Fediverse posts

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

  1. Retroparty war wieder genial ❤️
    Da wir an die Kapazitätsgrenze geraten, wird die nächste wohl an einer anderen Location stattfinden. Dieses mal stand die Party unter dem Motto Atari. Ich hoffe ein paar Amiganer konnten Vorurteile abbauen, ich schon 😉

    retrocomputer-dresden.de/retro

    #retrocomputing #atari #agonlight #z80 #dresden #retro #party

  2. Der AgonLight ist kein Raspberry Pi, sondern ein echter 8-Bit-Computer mit „Bare-Metal“-Design. Er kombiniert eine 50 MHz eZ80-CPU von Zilog mit einem ESP32 als Grafik- und Sound-Co-Prozessor.
    Bootet in Millisekunden direkt in BBC BASIC. Wer Technik ohne Abstraktions-Layer verstehen will, bekommt hier direkten Zugriff auf CPU, Speicher und Register.

    retrocomputer-dresden.de/agonl

    #agonlight #z80 #retrocomputing #bbcbasic #dresden #retrocomputerdresden

  3. Time for another image viewer for #AgonLight #Console8 - this time, PCX format. There are a number of reasons why I chose to display this format on the Agon/Console8.
    * It is an already existing format
    * The format is supported by modern tools, including #GIMP
    * It uses a very simple form of compression ideal for 8 bit CPUs
    * The specific choice of 16 colours has additional benefits:
    * The 16 colours are chosen from within the available 64 colour palette
    * The 16 colours allows the image to be sent to the VDP with 2 pixels per byte, speeding up the transfer
    I've attached a sample here to show just the quality of the resolution and colour depth. #z80 source code and binary is at:
    github.com/sijnstra/agon-proje
    #retrocomputing #image #viewer #ez80

  4. I recently took advantage of some temporary discounts and acquired the #Console8 by Heber. It's a #retrogame focused package of the #AgonLight, complete with some great joypads that they also make. As part of the induction into the house, I converted the logo into something a little more 8-bit, and updated my logo software. #z80 #ez80 #retrocomputing
    You can buy a Console8 here : heber.co.uk/agon-cosole8/
    You can download the updated logo software & source here: github.com/sijnstra/agon-proje

  5. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  6. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  7. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  8. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  9. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  10. If you're into 8-bit programming and/or graphics you can get a whole range of Retro Jotters on Amazon. The most popular one is the ZX Spectrum one which I've linked here... amazon.co.uk/dp/B0C47JD15H Good luck with finding the others as the site search engine is absolutely useless. #zxspectrum #retrojotter #c64 #agonlight #amstradcpc #gamingbooks #gamedev #art #pixelart #puttycad

  11. I wanted to use more graphics on my #AgonLight and the best project that came to mind was to display #Amstrad #CPC .pal/.scr images. Took a while to get there, and now it works including the same "wipe" effect that the original hardware had due to the unusual RAM layout. Planning to use this for landing pages to create the mood for any game you might load. You can see the source code + binary at github.com/sijnstra/agon-proje #z80 #ez80 #retrocomputing #retrogaming video shows loader image from Stefan Vogt's Ghosts of Blackwood Manor.

  12. Working on making my telnet for #AgonLight more sane, it's a little better than it was but still has a lot of problems. It's hard to test something when the results depend on the network traffic flow at the time, and many components out of my control. Anyway, for a first time I did manage to get some almost readable data from @Wintermute_BBS RC BBS - thanks for having this running! It feels awesome having an #ez80 talking to a #z80 on the other side of the world!

  13. Collaborating with TurBoss on this one - I can now telnet from my #AgonLight via the @olimex UEXT wifi module and straight across the internet to an #IRC server, which in turn has a bridge to Discord. That's right, we can talk Agon to PC or even Agon to Agon via IRC/Discord. #Discord and #Agon shots below. #retrocomputing

  14. I've improved the #AgonLight implementation of Daniel Martin's #TRS-OS to make a more authentic #trs80 experience. The main thing I wanted to improve was the display capabilities. Steps taken (with thanks) to get the authentic output:
    1. Obtain + fix the correct font
    2. Load the font into #Agon
    3. Modify the VDP to allow buffered fonts in Terminal mode
    4. Modify the bootstrap and terminal host software to support the new code and use all 8 bits.
    5. Check out before and after
    #retrocomputing

  15. Using the character to bitmap mapping available in the latest #AgonLight VDP firmware, I've been able to transform an ASCII #curses version of Flappy Bird into graphics. Double-buffering ensures the game plays flicker-free. Before and after images included. Source code and binary here: github.com/sijnstra/agdev-proj #retrocomputing #retrogaming #zilog #ez80

  16. Got my Agon Light 2 computer recently and installed CP/M on it (github.com/julian-rose/Agon-CP). Great little machine, I am surprised how fast it is.
    It self-compiles #T3X 16 times faster than a 4MHz Z80 (and clock speed is "only" 5 times faster). It even runs Evazor smoothly! I have added a CP/M binary to the Evazor archive in case you want to try it.
    t3x.org/t3x/0/programs.html#ev
    #agonlight, #retrocomputing, #CPM, #eZ80

  17. @sijnstra thank you for creating and maintaining #vezza. I use it to play games on my #rc2014 and love it. An #AgonLight version would be cool!

  18. The next stage of developing my #Infocom #text-adventure player #Vezza, I'm making it Agon VDP native to take advantage of the new features in the #Console8 VDP development line. Still a work in progress, but the vast majority seems good to go. Why do it? I wanted to play Beyond Zork on the #AgonLight using the extra font features. This means instead of text drawing of maps, you get something a little more graphical. Also, status bars are now drawn for more visual impact. #retrocomputing

  19. Agon Light Origins edition - A new, very fast, 8bit computer built with modern parts - New revision

    Review by Artic Retro

    youtu.be/_QooZ2Lu-wY

    CP/M for Agon Light comes preloaded with VolksForth on drive F:

    #AgonLight #Forth #VolksForth

  20. Agon Light Origins edition - A new, very fast, 8bit computer built with modern parts - New revision

    Review by Artic Retro

    youtu.be/_QooZ2Lu-wY

    CP/M for Agon Light comes preloaded with VolksForth on drive F:

    #AgonLight #Forth #VolksForth

  21. Agon Light Origins edition - A new, very fast, 8bit computer built with modern parts - New revision

    Review by Artic Retro

    youtu.be/_QooZ2Lu-wY

    CP/M for Agon Light comes preloaded with VolksForth on drive F:

    #AgonLight #Forth #VolksForth

  22. Agon Light Origins edition - A new, very fast, 8bit computer built with modern parts - New revision

    Review by Artic Retro

    youtu.be/_QooZ2Lu-wY

    CP/M for Agon Light comes preloaded with VolksForth on drive F:

    #AgonLight #Forth #VolksForth

  23. Agon Light Origins edition - A new, very fast, 8bit computer built with modern parts - New revision

    Review by Artic Retro

    youtu.be/_QooZ2Lu-wY

    CP/M for Agon Light comes preloaded with VolksForth on drive F:

    #AgonLight #Forth #VolksForth

  24. New video! I'm taking a look at the new #AgonLight 8-bit computer system that doubles as a microcontroller-like device with GPIO pins! #RetroComputing #VintageComputing #NewSystem #8bit youtu.be/PRcipJ-k_aY