Search found 40 matches

by gfernval
18 Feb 2022, 19:17
Forum: Hardware and software hacking
Topic: SDCard browser for Pluggy Reloaded:
Replies: 34
Views: 13167

Re: SDCard browser for Pluggy Reloaded:

where is the file sdcard.asm.py needed to build sdcard.rom from source code? It is not in dropbox repository in the first page of this thread (https://www.dropbox.com/sh/sw0etxvv6z54 ... 1NEsa?dl=0)
by gfernval
16 Feb 2022, 19:32
Forum: Hardware and software hacking
Topic: SDCard browser for Pluggy Reloaded:
Replies: 34
Views: 13167

Re: SDCard browser for Pluggy Reloaded:

The file Browser_SDCard_ROMv2_v1.gt1 must not be copied in the root directory of the SD card with a special name?
by gfernval
16 Feb 2022, 15:07
Forum: Hardware and software hacking
Topic: SDCard browser for Pluggy Reloaded:
Replies: 34
Views: 13167

Re: SDCard browser for Pluggy Reloaded:

Hello:

In Pluggy reloadaded (no ROM version), after programming the arduino with BabelFish.ino (located in dropbox no-ROM repository at the beginning of this thread), what have to to with the above file, Browser_SDCard_ROMv2_v1.gt1? Where to put such .gt1 file?

thanks
by gfernval
30 Jan 2022, 11:56
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

Re: how to burn in a 27c1024 EPROM a single .gt1 file

If you point to https://github.com/lb3361/gigatron-lcc using a browser, go to the green button that says "Code" and click it, appears an option "Download ZIP", by clicking this option you get the file gigatron-lcc-master.zip I have compiled it successfully under Windows using MSY...
by gfernval
30 Jan 2022, 00:47
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

Re: how to burn in a 27c1024 EPROM a single .gt1 file

2 questions: - I cannot run "git-describe --tags", would like to know where to find in the gigatron-lcc repository (in some place in the web page or in the files inside the file gigatron-lcc-master.zip) the string GLCC_RELEASE_1.3-3-gf8c3d76 (example) Once I know the string for the latest ...
by gfernval
27 Jan 2022, 12:21
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

Re: how to burn in a 27c1024 EPROM a single .gt1 file

modifying the file \gigatron-rom-master\core\gcl0x.py ot the latest github repository with only:

# try:
loadBindings('Core/v6502.json')
# loadBindings(Path('Core') / 'v6502.json')
# except FileNotFoundError:
# loadBindings(Path(__file__).parent / 'v6502.json')

solves my problem
by gfernval
27 Jan 2022, 11:59
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

Re: how to burn in a 27c1024 EPROM a single .gt1 file

Thanks for the responses, will you let you know my results. I use Windows XP with Python 3.7, have compiled successfully gtemu and gcl for windows xp (using MSYS2), no need to used bash utilities for make to work, a simple command MS-DOS prompt in Windows XP is enough. I don´t know Python, but when ...
by gfernval
26 Jan 2022, 16:09
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

Re: how to burn in a 27c1024 EPROM a single .gt1 file

Will do it and communicate my results. Can invader.gt1 be trasferred to a real gigatron using sendFile.py from a PC? or too big? The glcc c compiler does work with roms v3, v4, v5a (does existst v5?), what are rom versions ROMvX0 and romAT67x? The main makefile on gigatron-rom-master only generates ...
by gfernval
26 Jan 2022, 08:26
Forum: Hardware and software hacking
Topic: how to burn in a 27c1024 EPROM a single .gt1 file
Replies: 12
Views: 2821

how to burn in a 27c1024 EPROM a single .gt1 file

Hello: 2 questions: - I have compiled gigatron-rom/Contrib/at67/gbas/games/Invader/invader.gbas by going to gigatron-rom/Contrib/at67/gbas/games/Invader/ directory and typing gtbasic invader.gbas, generating invader.gt1. How can burn this file in a single 27c1024 eprom so that when I put this eprom ...
by gfernval
24 Jan 2022, 00:50
Forum: Hardware and software hacking
Topic: where is the file bindings.h needed to compile gcl.c?
Replies: 1
Views: 1135

where is the file bindings.h needed to compile gcl.c?

Hello:

In github repository kervinck/gigatron-rom, in gigatron-rom/Contrib/kervinck/gcl/ try to compile
main.c together gcl.c but is missing the header file bindings.h needed for gcl.c, where is this file?
Would like to have a small gcl.exe instead a python utility.

thanks