gigatron/rom/Contrib/PhilThomas
2025-01-28 19:17:01 +03:00
..
.vscode init repo 2025-01-28 19:17:01 +03:00
src init repo 2025-01-28 19:17:01 +03:00
.eslintrc.json init repo 2025-01-28 19:17:01 +03:00
.gitignore init repo 2025-01-28 19:17:01 +03:00
LICENSE init repo 2025-01-28 19:17:01 +03:00
package-lock.json init repo 2025-01-28 19:17:01 +03:00
package.json init repo 2025-01-28 19:17:01 +03:00
README.md init repo 2025-01-28 19:17:01 +03:00

Gigatron Simulator

The simulator loads the ROM using an XmlHttpRequest, so the application must be served up over HTTP.

The package.json can install an HTTP server, just do:

npm install

Pick and download a *.rom file into the src/ directory and rename it as gigatron.rom

Direct links: ROM v1 ROM v2 ROM v3

Start the HTTP server

npm start

Point your browser at localhost:8000/src.

Use the cursor keys for the D-pad.

GT1 Files

GT1 files can be loaded by dropping a .gt1 file onto the VGA display from File Explorer or Finder.