Some additions to the README file

tridoraemu: fix crash on invalid vmem addresses

examples: removed 5cubes due to unclear licensing

add stuff to gitignore, licenses, README

import Vivado project

added missing assembly files, extended .gitignore

stdlib: use DEL instead of BS
This commit is contained in:
slederer 2024-09-12 21:00:33 +02:00
parent 284ebb3404
commit 951140467a
40 changed files with 11021 additions and 270 deletions

View file

@ -2337,7 +2337,7 @@ begin
if f.raw then
writechannel(f, aChar)
else
if (aChar <> #8) and (aChar <> #9) and (aChar <> #4) then
if (aChar <> #8) and (aChar <> #127) and (aChar <> #4) then
begin
writechannel(f,aChar);
if aChar = #13 then