Search found 645 matches

by at67
27 Jun 2020, 03:47
Forum: Kit assembly gallery
Topic: My Gigatron Build
Replies: 20
Views: 18579

Re: My Gigatron Build

That is really cool at67, I didn't know your emulator could do that! I just tried it and it works if I enter the loader manually on my Gigatron first. However, if it is at the main menu it navigates to WozMon (instead of Loader) and attempts the upload there. Was just wondering if there is somethin...
by at67
27 Jun 2020, 01:31
Forum: Hardware and software hacking
Topic: Parsec - I'm making a game
Replies: 14
Views: 8088

Re: Parsec - I'm making a game

If you spy any patterns I've been using that have more optimal approaches, I'd love the feedback :) I don't understand Ruby much at all, but I am well enough versed in vASM and GCL that I can see your code structure and follow it's low level flow; and so far your code looks great. - You already see...
by at67
26 Jun 2020, 08:34
Forum: Hardware and software hacking
Topic: Parsec - I'm making a game
Replies: 14
Views: 8088

Re: Parsec - I'm making a game

Thanks, I'll definitely do that soon. I've been finding that section a fantastic resource while I've been learning. How do I go about doing getting it in there? You'll need to have git installed and a github account, (you can manage everything from the git command line and through github's browser ...
by at67
26 Jun 2020, 06:49
Forum: Hardware and software hacking
Topic: Parsec - I'm making a game
Replies: 14
Views: 8088

Re: Parsec - I'm making a game

Looks great and works great on real hardware, good stuff!
by at67
26 Jun 2020, 02:10
Forum: Kit assembly gallery
Topic: My Gigatron Build
Replies: 20
Views: 18579

Re: My Gigatron Build

To add to Delpozzo's excellent response: - BabelFish supports the following Arduino configurations: Arduino Uno Arduino Nano Arduino Micro ATtiny85 - Make sure you thoroughly read BabelFish.ino as it contains all the documentation for each of the individual configurations. - For the ultimate in Giga...
by at67
25 Jun 2020, 08:20
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 111585

Re: gtBASIC

jurkstas wrote: 25 Jun 2020, 07:35 Is there an include/import/copy directive for gtbas code modules?
There is for the assembler but not for the compiler yet, it should be in for the next version; but no promises :)
by at67
25 Jun 2020, 01:51
Forum: Kit assembly gallery
Topic: My Gigatron Build
Replies: 20
Views: 18579

Re: My Gigatron Build

RetroCode wrote: 24 Jun 2020, 19:53 (is there a list of changes somewhere?)
https://github.com/kervinck/gigatron-rom/milestones
by at67
22 Jun 2020, 10:59
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 111585

Re: gtBASIC

Ver 1.0.0B, (Beta) - Added an address offset option to the Assembler's 'DB and 'DW' commands, the offset is calculated as N * sizeof(TYPE); e.g. 'DB(4) 0 1 2 3 4' will increment the address by 4 bytes for each defined byte. 'DW(4) 0 1 2 3 4' would increment the address by 8 bytes for each defined w...
by at67
22 Jun 2020, 09:11
Forum: Kit assembly gallery
Topic: My Gigatron Build
Replies: 20
Views: 18579

Re: My Gigatron Build

Looks good so far, keep the pics coming.
by at67
19 Jun 2020, 04:32
Forum: Hardware and software hacking
Topic: PucMon
Replies: 23
Views: 14680

Re: PucMon

The SST39SF020A is a great device and seems to be readily available, I used two SST39SF010A's in my ROM switcher here: https://forum.gigatron.io/viewtopic.php?f=4&t=34 If you're going to be constantly updating/changing the ROM, (like Alastair is), then using a Flash EEPROM like the SST39SF020A w...