Search found 639 matches

by at67
14 Mar 2024, 00:04
Forum: Hardware and software hacking
Topic: New size coding contest "ZX Spectrum effect"
Replies: 6
Views: 196

Re: New size coding contest "ZX Spectrum effect"

You have to be careful when specifying rules and then saying all tricks allowed. chess EQU 0x0200 addr EQU 0x30 addr DW 0x0800 chess LD addr + 1 ADDW addr ADDI 1 ANDI 1 ADDI 0x3F POKE addr LDW addr ADDI 1 STW addr BRA chess vCPU Code Size: 20 bytes GT1 Size: 31 bytes - Overwrites offscreen memory - ...
by at67
09 Mar 2024, 01:49
Forum: Escape Meta Alt Control Shift
Topic: Revision 2024
Replies: 1
Views: 85

Re: Revision 2024

I would love to attend, but being on the other side of the world I'll have to ask you to take some pics and post them here.
by at67
25 Feb 2024, 04:05
Forum: Hardware and software hacking
Topic: Overview of hard/software subprojects
Replies: 10
Views: 12041

Re: Overview of hard/software subprojects

Poe wrote: 25 Feb 2024, 03:54 I’ve really enjoyed trying out the GT1 files from various contributors. I’ve had hours of fun. It’s really awesome being able to run so many apps right after building my Gigatron.
Welcome to the forums and thanks for helping me test!
by at67
20 Feb 2024, 21:37
Forum: Kit assembly gallery
Topic: Hello! I made a Gigatron
Replies: 4
Views: 425

Re: Hello! I made a Gigatron

Welcome and congratulations, there are many threads about controllers, SW, HW and the different types supported, I would do a quick search if I was you.
by at67
17 Feb 2024, 22:34
Forum: Hardware and software hacking
Topic: Arecibo in gtbasic
Replies: 3
Views: 147

Re: Arecibo in gtbasic

I tried to find a gtbasic documentation. There are around 100 tutorials/tests/examples under the gbas folder, they document every gtBASIC function and statement. Question: Dim array is integer. Is there a dim byte function? def byte(address) needs an address? Or can one do: address: def byte = 1,2,...
by at67
12 Jan 2024, 09:55
Forum: Hardware and software hacking
Topic: GT1 compression
Replies: 6
Views: 599

Re: GT1 compression

It's been dealt with.
by at67
23 Dec 2023, 14:09
Forum: Hardware and software hacking
Topic: Game of Life gt1 file
Replies: 2
Views: 291

Re: Game of Life gt1 file

Go to this thread: https://forum.gigatron.io/viewtopic.php?t=248
Then scroll down to Collection of GT1 files from various contributors.
Then navigate to at67 then to demos.
by at67
17 Dec 2023, 09:55
Forum: Hardware and software hacking
Topic: Bump map effect [test]
Replies: 2
Views: 1149

Re: Bump map effect [test]

This one is very cool, well done!
by at67
16 Nov 2023, 08:23
Forum: Hardware and software hacking
Topic: Sierpinski Triangle [test]
Replies: 6
Views: 2373

Re: Sierpinski Triangle [test]

CALLI is canonical for all ROM's > ROMv4.
by at67
18 Oct 2023, 09:25
Forum: Hardware and software hacking
Topic: Craps (Dice Game)
Replies: 4
Views: 2014

Re: Craps (Dice Game)

Very nice, I fully support the Gigatron Casino and I am quite prepared to lose everything at it.