add stuff to gitignore, licenses, README

This commit is contained in:
slederer 2024-09-19 00:40:00 +02:00
parent cd9e1708c8
commit 811a2c17d9
3 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View file

@ -19,3 +19,8 @@ graph2.pas
chase.pas
*.img
!runtime.s
**/tridoracpu.*/
rtl/arty-a7/mig_dram_0/_tmp
rtl/arty-a7/mig_dram_0/mig_dram_0
rtl/arty-a7/mig_dram_0/xil_txt.*
rtl/arty-a7/mig_dram_0/*.veo

View file

@ -1,3 +1,5 @@
# rtpair.pas
originally from [https://github.com/Postrediori/Pascal-Raytracer](https://github.com/Postrediori/Pascal-Raytracer), no license specified there
# Attributions for included media files
* ara.pict: Tuxyso / Wikimedia Commons / CC-BY-SA-3.0
https://commons.wikimedia.org/wiki/File:Ara-Zoo-Muenster-2013.jpg

View file

@ -23,7 +23,7 @@ On the first run, this may take a while as the go build system fetches some exte
Start the *tridoraemu* binary in the same directory as the SD-Card image file (*sdcard.img*) and the ROM file (*rommon.prog*). It needs to be started on the command line as it uses the terminal window for the serial console. On startup, the emulator opens the VGA framebuffer window which is only used for graphics output.
The Tridora software (esp. the editor) requires a decent vt100-compatible (plus colors) terminal emulator. It has been successfully tested with (new) Windows Terminal, WezTerm and xterm.
The Tridora software (esp. the editor) requires a decent vt100-compatible (plus colors) terminal emulator. It has been successfully tested with (new) Windows Terminal, Alacritty, WezTerm and xterm.
The color scheme in the editor is meant for a dark terminal background.