new stuff idk

This commit is contained in:
2026-03-03 23:48:15 -06:00
parent b69c9b91dc
commit 55392b1acc
14 changed files with 949 additions and 544 deletions

18
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "emulicious-debugger",
"request": "launch",
"name": "Launch in Emulicious",
"program": "./bin/binx.gb",
"host": "172.19.64.1",
"port": 58870,
"stopOnEntry": true
}
]
}

View File

@@ -2,6 +2,7 @@
"rgbdsz80.includePath": [
"src/",
"src/constants",
"src/macros"
"src/macros",
"include"
]
}