diff --git a/.vscode/launch.json b/.vscode/launch.json index fcfdebb..0ce8fb1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,7 @@ "hostname": "localhost", "port": 10000 }, - "topOfStack": "Stack_Top", + "rootFolder": "${fileDirname}", "listFiles": [ { diff --git a/demo/demo_colourbars.z80 b/demo/demo_colourbars.z80 index 6da1a85..590c951 100644 --- a/demo/demo_colourbars.z80 +++ b/demo/demo_colourbars.z80 @@ -141,5 +141,5 @@ Colour_Table: DUP 8 Code_Length: EQU $-Code_Start+1 - SAVESNA "Z80/Demo/demo_colourbars.sna", Code_Start + SAVESNA "Demo/demo_colourbars.sna", Code_Start