Add game to repo

This commit is contained in:
2026-07-09 15:52:21 +02:00
parent 78527c8fc9
commit 98cfc5601b
3 changed files with 6476 additions and 5 deletions
-4
View File
@@ -2,7 +2,3 @@ build
uf2 uf2
.pio .pio
.vscode .vscode
*_bin.h
*.bin
*.gb
*.gbc
+2 -1
View File
@@ -8,7 +8,7 @@ framework = arduino
board_build.core = earlephilhower board_build.core = earlephilhower
#board_build.filesystem_size = 512k #board_build.filesystem_size = 512k
upload_protocol = mbed upload_protocol = uf2
#upload_protocol = cmsis-dap #upload_protocol = cmsis-dap
debug_tool = cmsis-dap debug_tool = cmsis-dap
@@ -46,5 +46,6 @@ board_build.filesystem_size = 1280k
[env:pico2] [env:pico2]
extends = pico-base extends = pico-base
board = rpipico2 board = rpipico2
upload_port = /Volumes/RP2350
# Reserve 3MB for ROMs, i.e. 1MB for code # Reserve 3MB for ROMs, i.e. 1MB for code
board_build.filesystem_size = 3072k board_build.filesystem_size = 3072k
+6474
View File
File diff suppressed because it is too large Load Diff