Search found 11 matches

by Jalecko
04 Oct 2020, 18:17
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101554

Re: gtBASIC

Ok so i'm spending some time with the compiler and looking at different GBAS files to get an insight of how everything works but i have walked up to a pretty weird problem already but everytime i compile this piece of code and try to run it on my gigatron it doesnt wanna work or my gigatron starts d...
by Jalecko
02 Oct 2020, 06:46
Forum: Kit assembly gallery
Topic: My Gigatron build
Replies: 10
Views: 10080

Re: My Gigatron build

Thats one sleek gigatron setup with the the old beige monitor
by Jalecko
01 Oct 2020, 19:24
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101554

Re: gtBASIC

Thank you I have finally managed to compile my first .GBAS file. Now i can finally look further into making my own sd card loader program
by Jalecko
28 Sep 2020, 20:34
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101554

Re: gtBASIC

so i finally managed to do some more but i got this error message **************************************************************************************************** * Compiling file './Cube.gbas' **************************************************************************************************** C...
by Jalecko
12 Sep 2020, 14:12
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 106929

Re: Pluggy Reloaded

my current idea would be where where you could load the sd loader program from arduino memory into loader with CTRL-f2 and then you would get a command line similar to BASIC where you would insert the name of the software. I don't have much experience with programming for the gigatron yet nor do i k...
by Jalecko
06 Sep 2020, 20:12
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 106929

Re: Pluggy Reloaded

I was more thinking of an extra button connected to the arduino that would first reset the gigatron and then boot up the loader and then would enter into a custom command line application loaded from the arduino eeprom where you could type the name of an application and then execute it where the ard...
by Jalecko
05 Sep 2020, 11:53
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 106929

Re: Pluggy Reloaded

Ok so i figured out how that works but could it be possible to make a gt1 file that asks the promicro a list of all the available software When you select it then the arduino could run a altered babelfish sketch that first resets the gigatron then opens the loader and then writes the requested softw...
by Jalecko
04 Sep 2020, 21:59
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 106929

Re: Pluggy Reloaded

Ok so i made one on a breadboard and connected it to my gigatron and i put a gt1 file in the root directory of the card. But how do i actually run gt1 files from it?
by Jalecko
02 Sep 2020, 18:27
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101554

Re: gtBASIC

When i write:

gtbasic Cube.gbas
it says:
'gtbasic' is not recognized as an internal or external command,
operable program or batch file.

and when i write

gtbasic.cpp Cube.gbas it opens notepad++
by Jalecko
02 Sep 2020, 13:00
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101554

Re: gtBASIC

I'm quite new to using compilers, but after reading the readme i typed in cmd

cd C:\(the folder with the compiler)
gtbasic Cube.gbas

and then i got an error that the command was not included
I'm kinda stuck now what to do