Search found 645 matches

by at67
20 Aug 2021, 20:18
Forum: Hardware and software hacking
Topic: how to compile the ROM
Replies: 5
Views: 3418

Re: how to compile the ROM

It's pretty simple, git clone or download the gigatron-rom repo, type "make dev.rom" on Linux or MacOS. For Windows you'll need a Linux/Unix compatible make to do the same thing, (or you could convert the makefile to nmake format and use nmake), I used chocolatey to download equivalent Lin...
by at67
19 Aug 2021, 10:52
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 47810

Re: LCC for the Gigatron. Take two.

@axelb Great stuff!

@lb3361 CMake would solve a lot of your non Linux build issues.
by at67
19 Aug 2021, 10:51
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 112905

Re: gtBASIC

I managed to compile it, I got the gtBASIC.exe working (I tried to compile the invader.gbas file and it runs fine with the on-line emulator). I used the cmake from the command line, since cmake_gui can't find Visual Studio -> I have the Visual Studio 2017 community installed. Good stuff. However th...
by at67
16 Aug 2021, 21:11
Forum: Hardware and software hacking
Topic: Character Sets
Replies: 7
Views: 3708

Re: Character Sets

In my reading of various docs and other source code I am coming across conflicting information such as: $24-$2B sysArgs SYS Call 8 Arguments $2A Background Colour $2B Pen Colour I have used £2A and $2B successfully in a Tiny Basic program so this must mean the sysArgs above does not use those 8 byt...
by at67
16 Aug 2021, 13:21
Forum: Hardware and software hacking
Topic: Character Sets
Replies: 7
Views: 3708

Re: Character Sets

Thank you for the information. I understand now. At the moment I am trying to understand how to program the Gigatron. I recently obtained the Pluggy Reloaded adapter that makes the Gigatron much more usable. I compiled and am playing around with your gtemuAT67.exe but am struggling to get a basic p...
by at67
16 Aug 2021, 08:52
Forum: Hardware and software hacking
Topic: Character Sets
Replies: 7
Views: 3708

Re: Character Sets

I am looking to soft change it within a program for graphic tiles/characters for the game. Trying to determine if the character definition from the ROM is loaded to RAM where it could be changed. I think there might be a pointer in page 0 to the character definition in which case I can create a rep...
by at67
06 Aug 2021, 06:20
Forum: Hardware and software hacking
Topic: built, worked for a little and then...
Replies: 2
Views: 2116

Re: built, worked for a little and then...

First : the Picture option doesn't show a picture at a time: instead, the three images are smaller than the screen, overlapped (you can see the three images on the screen, sometimes more times every images... do you know the pictures of your son/daughter on your fridge? LOL) and endless scrolling f...
by at67
30 Jul 2021, 06:44
Forum: Hardware and software hacking
Topic: LCC for the Gigatron. Take two.
Replies: 106
Views: 47810

Re: LCC for the Gigatron. Take two.

Once again, awesome!
by at67
30 Jul 2021, 06:43
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 111863

Re: Pluggy Reloaded

bmwtcu wrote: 29 Jul 2021, 20:07 @at67 I think he's using the NOROM BabelFish which should work with the v5a ROM.
Ahh I missed that bit, cheers.