initial commit

This commit is contained in:
2026-07-18 20:34:55 +02:00
commit 59ad004c96
474 changed files with 226635 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/bin/sh
( cd fractals ; ./build.sh )
( cd games ; ./build.sh )
( cd hires ; ./build.sh )
( cd hiresmc ; ./build.sh )
( cd particles ; ./build.sh )
( cd kernalio ; ./build.sh )
( cd memmap ; ./build.sh )
( cd rasterirq ; ./build.sh )
( cd scrolling ; ./build.sh )
( cd sprites ; ./build.sh )
( cd stdio ; ./build.sh )