AgonLight2: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
! | |||
! | ! | ||
! | ! | ||
Line 6: | Line 7: | ||
|Original Agon Light | |Original Agon Light | ||
|Green | |Green | ||
| | |||
|- | |- | ||
|Olimex Agon Light 2 | |Olimex Agon Light 2 | ||
|Red | |Red | ||
|Olimex | |||
|- | |- | ||
|Agon Origins | |Agon Origins | ||
|Black | |Black | ||
| | |||
|- | |- | ||
|Heber Agon Console8 | |Heber Agon Console8 | ||
|Dark Green | |Dark Green | ||
|Heber | |||
|} | |} | ||
https://www.youtube.com/watch?v=3NqbouGTTqs | |||
Line 29: | Line 35: | ||
Richard Turnnidge (Games) | Richard Turnnidge (Games) | ||
=== '''Hardware''' === | |||
MOS: Zilog eZ80 F92A | |||
Zilog ZDS II eZ80Acclaim | |||
https://www.zilog.com/index.php?option=com_zcm&task=view&soft_id=54&Itemid=74 | |||
ZDI on the Z80 is the debugger port, that can be reached from the GPIO pins from the ESP32 | |||
ZDI Load / Electron HAL | |||
ZDI from ESP32 with the cheap 2-wire interface is not working on the Agon Console8. bi-directional needed for the TDI signal. Remote EZ80 programming and debugging on the Console8 is only possible with the Zilog cable. | |||
VDP: ESP32 PICO D4 | |||
Earlier versions of VDP were based on FABGL, is this still the case? | |||
https://github.com/fdivitto/fabgl | |||
=== Firmware === | |||
<nowiki>https://github.com/AgonPlatform/agon-mos</nowiki> | <nowiki>https://github.com/AgonPlatform/agon-mos</nowiki> | ||
Line 50: | Line 64: | ||
https://github.com/lennart-benschop/agon-utilities | https://github.com/lennart-benschop/agon-utilities | ||
https://github.com/AgonConsole8/agon-vdp | |||
https://github.com/ | https://github.com/AgonConsole8/agon-mos | ||
https://github.com/AgonConsole8/agon-bbc-basic | |||
https://github.com/envenomator/agon-flash | |||
https://github.com/envenomator/agon-ez80asm/releases | |||
https://github.com/S0urceror/AgonElectronHAL | |||
https://github.com/S0urceror/AgonElectron (MSX Personality) | |||
https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware | |||
https://github.com/breakintoprogram/agon-bbc-basic/releases | |||
https://github.com/sabotrax/agon-software | |||
https://www.agonmite.com/ | https://www.agonmite.com/ | ||
Line 77: | Line 88: | ||
https://github.com/nihirash/Agon-CPM2.2/releases | https://github.com/nihirash/Agon-CPM2.2/releases | ||
=== Docs === | |||
https:// | https://agonplatform.github.io/agon-docs/FAQ/ | ||
https://github.com/ | https://github.com/breakintoprogram/agon-docs/wiki | ||
https://www.thebyteattic.com/p/agon.html?m=1 | https://www.thebyteattic.com/p/agon.html?m=1 | ||
Line 124: | Line 102: | ||
https://m.facebook.com/groups/970092390358810/ | https://m.facebook.com/groups/970092390358810/ | ||
https://youtu.be/KWRallh_hfc | https://youtu.be/KWRallh_hfc | ||
https://github.com/OLIMEX/AgonLight2 | |||
https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core | https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core | ||
=== Basic === | |||
<code>LOAD bbcbasic.bin</code> | |||
<code>RUN</code> | |||
<code>LOAD bbcbasic.bin</code> | |||
<code>RUN . /path/to/file.bas</code> | |||
<nowiki>*</nowiki>BYE | |||
ADI version | |||
LOAD /mite/ | |||
=== MSX === | |||
https://www.msx.org/forum/msx-talk/hardware/msx-dos-running-on-agon-light |
Revision as of 08:14, 1 July 2025
Original Agon Light | Green | |
Olimex Agon Light 2 | Red | Olimex |
Agon Origins | Black | |
Heber Agon Console8 | Dark Green | Heber |
https://www.youtube.com/watch?v=3NqbouGTTqs
Bernardo Kastrup TheByteAttic (Agon HW)
Dean Belfield Breakintoprogram(Quark)
Mario Smit S0rcerer (Electron)
R.T. Russell (Basic)
Richard Turnnidge (Games)
Hardware
MOS: Zilog eZ80 F92A
Zilog ZDS II eZ80Acclaim
https://www.zilog.com/index.php?option=com_zcm&task=view&soft_id=54&Itemid=74
ZDI on the Z80 is the debugger port, that can be reached from the GPIO pins from the ESP32
ZDI Load / Electron HAL
ZDI from ESP32 with the cheap 2-wire interface is not working on the Agon Console8. bi-directional needed for the TDI signal. Remote EZ80 programming and debugging on the Console8 is only possible with the Zilog cable.
VDP: ESP32 PICO D4
Earlier versions of VDP were based on FABGL, is this still the case?
https://github.com/fdivitto/fabgl
Firmware
https://github.com/AgonPlatform/agon-mos
https://github.com/AgonPlatform/agon-flash
https://github.com/envenomator/envenomator.github.io (remember to set the jumper to bridged)
https://github.com/lennart-benschop/agon-utilities
https://github.com/AgonConsole8/agon-vdp
https://github.com/AgonConsole8/agon-mos
https://github.com/AgonConsole8/agon-bbc-basic
https://github.com/envenomator/agon-flash
https://github.com/envenomator/agon-ez80asm/releases
https://github.com/S0urceror/AgonElectronHAL
https://github.com/S0urceror/AgonElectron (MSX Personality)
https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware
https://github.com/breakintoprogram/agon-bbc-basic/releases
https://github.com/sabotrax/agon-software
https://github.com/nihirash/Agon-CPM2.2/releases
Docs
https://agonplatform.github.io/agon-docs/FAQ/
https://github.com/breakintoprogram/agon-docs/wiki
https://www.thebyteattic.com/p/agon.html?m=1
https://github.com/TheByteAttic/AgonLight
https://www.olimex.com/Products/Retro-Computers/AgonLight2/open-source-hardware
https://m.facebook.com/groups/970092390358810/
https://github.com/OLIMEX/AgonLight2
https://www.msx.org/forum/msx-talk/hardware/agonlight-msx-core
Basic
LOAD bbcbasic.bin
RUN
LOAD bbcbasic.bin
RUN . /path/to/file.bas
*BYE
ADI version
LOAD /mite/
MSX
https://www.msx.org/forum/msx-talk/hardware/msx-dos-running-on-agon-light