mirror of
https://github.com/romychs/OK240.2-Firmware.git
synced 2026-04-21 10:53:18 +03:00
42 lines
1.2 KiB
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"
|
|
|
|
}
|
|
]
|
|
} |