Initial commit: C64 project skeleton with oscar64 submodule

This commit is contained in:
ballz
2026-07-17 00:36:14 +02:00
commit cbe5cf6a47
31 changed files with 29332 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# build artifacts
src/build/
*.prg
*.asm
*.map
*.lbl
*.int
*.dbj
*.csz
*.d64
*.bin
*.crt
# oscar64 build output (built by `make -C make compiler` from oscar64 source)
oscar64/bin/
oscar64/build/
# editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# misc
*.log
core