Search found 645 matches

by at67
07 Jan 2021, 16:19
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

Ver 1.0.6R, (Release) is available at https://github.com/kervinck/gigatron-rom/tree/master/Contrib/at67 Changelog: - Added the LOWER$() string function to the compiler. - Added the UPPER$() string function to the compiler. - Added the STRCAT$() string function to the compiler. - Added the URND() fun...
by at67
07 Jan 2021, 15:05
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

Don't worry about the current open issue on the main repo, no drama.
by at67
07 Jan 2021, 13:43
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

jurkstas wrote: 07 Jan 2021, 13:39 Initially I was going to open the issue on your fork, but I couldn't. Disabled or maybe I don't have necessary role for it? See here: https://github.com/at67/gigatron-rom/issues it just redirects to pulls.
Aaaaah my bad, that should be fixed now.
by at67
07 Jan 2021, 12:37
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

I've been committing regularly to a local branch and as you have noticed been completely slack in updating my remote repo and the main repo. Honestly the reason was that there didn't seem too be much interest in the compiler until Delpozzo and yourself came along, so I had resigned myself to just po...
by at67
07 Jan 2021, 01:20
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

Hi, just a quick reply. Item 1 makes sense after spending a few hours browsing code. _arrayStart_ was added to in one of the latest versions, right? v0.9.9 vorks with _runtimeStat_ only. Yup, also the pragma is _arraysStart_, note the plural arrays, the compiler should warn you about the incorrect ...
by at67
06 Jan 2021, 00:39
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

Hehe I just happened to scan the website when you posted. 1: You need to specify the "_arraysStart_" pragma as well as "_runtimeStart_", this allows the programmer to confine arrays in the bottom half of a 64K system so that code/images/midi/etc has full access to the much more e...
by at67
05 Jan 2021, 23:57
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108339

Re: gtBASIC

Yup, that's all you need to do. Per Marcel's convention, throw a "64K" somewhere into the name so that they know why it will crash on a standard 32K Gigatron. Single dimensioned arrays use sequential memory, (non segmented), the largest sequential area of RAM is 512 bytes on a 32K system, ...
by at67
01 Jan 2021, 20:04
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 109911

Re: Pluggy Reloaded

That's great, well done. If you would like to do a pull request on the main repo here at https://github.com/kervinck/gigatron-rom by adding your own user directory under Contrib: e.g. https://github.com/kervinck/gigatron-rom/Contrib/johnm60 If you do decide to do a pull request please make sure you ...
by at67
25 Dec 2020, 14:51
Forum: Escape Meta Alt Control Shift
Topic: Merry Christmas and a happy 2020!
Replies: 5
Views: 8501

Re: Merry Christmas and a happy 2020!

Seasons greetings everyone.

To continue what Marcel started for 2019, I present Merry Christmas 2020; maybe we could turn this into some sort of tradition.

Requires ROMv3 or later:
Xmas2020.gt1
(30.56 KiB) Downloaded 418 times
Xmas2020.JPG
Xmas2020.JPG (162.44 KiB) Viewed 6519 times
by at67
16 Dec 2020, 00:22
Forum: Escape Meta Alt Control Shift
Topic: Gigatron ASIC and the Gametron Handheld
Replies: 37
Views: 30560

Re: Gigatron ASIC?!?

It's non trivial to build a new ROM without the applications because you have to modify a number of *.gcl files that are hard coded to the applications themselves present within the ROM, as well as wrapping your head around how the build system works. But it's not all that difficult once you figure ...