c64_userport_playground/project-config.json
2025-09-22 01:57:51 +02:00

16 lines
297 B
JSON

{
"name": "c64_c_userport",
"description": "Project c64_c_userport",
"toolkit": "cc65",
"sources": [
"src/main.c",
"src/menu/menu.c",
"src/input.c"
],
"build": "debug",
"definitions": [],
"includes": [],
"args": [],
"compiler": ""
}