OK240.2-Firmware/Mon_r9/.vscode/launch.json

42 lines
1.2 KiB
JSON

{
// 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": "dezog",
"request": "launch",
"name": "Simulator - ZX48K Spectrum",
"remoteType": "zsim",
"zsim": {
"visualMemory": true,
"memoryModel": "ZX48K",
"ulaScreen": "spectrum",
"zxKeyboard": "spectrum",
"zxBeeper": true
},
"sjasmplus": [
{
"path": "monitor.sld"
}
],
"commandsAfterLaunch": [],
"history": {
"reverseDebugInstructionCount": 1000000,
"spotCount": 10,
"codeCoverageEnabled": true
},
"startAutomatically": false,
"rootFolder": "${workspaceFolder}",
"topOfStack": "stack_top",
"loadObjs": [
{ "path": "mon_E000.bin", "start": "0xe000" }
],
"execAddress": "0xe021"
}
]
}