- BabelFish supports the following Arduino configurations:
Code: Select all
Arduino Uno
Arduino Nano
Arduino Micro
ATtiny85
- For the ultimate in Gigatron connectability, (controller, keyboard and SD card), check out Norgate's awesome thread here: viewtopic.php?f=4&t=169
You can also upload .gt1, .gasm, .vasm and .gtbas files directly to your Gigatron through one of the above Arduino solutions using right click in my emulator. The emulator will automatically attempt to upload/assemble/compile based on file extension and doesn't require a Python installation to achieve this; but you must configure loader_config.ini, e.g.
Code: Select all
[Comms] ; case sensitive
BaudRate = 115200 ; arduino software stack doesn't like > 115200
ComPort = COM6 ; can be an index or a name, eg: ComPort = 0 or ComPort = COM5
TimeOut = 6.0 ; maximum seconds to wait for Gigatron to respond
GclBuild = D:/Projects/Gigatron TTL/gigatron-rom ; must be an absolute path, can contain spaces
P.S. GclBuild allows you to right click on .gcl files as well, you must have python3 installed and the path pointing to your main Gigatron repo as shown above.