diff --git a/compiler/res/prog8lib/cx16/syslib.p8 b/compiler/res/prog8lib/cx16/syslib.p8 index dc37c3b53..8573d147b 100644 --- a/compiler/res/prog8lib/cx16/syslib.p8 +++ b/compiler/res/prog8lib/cx16/syslib.p8 @@ -11,7 +11,7 @@ cbm { ; CLEARSCR -> use txt.clear_screen ; HOMECRSR -> use txt.home or txt.plot -romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette +romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette. Note: also sets the video mode back to VGA romsub $FF84 = IOINIT() clobbers(A, X) ; initialize I/O devices (CIA, IRQ, ...) romsub $FF87 = RAMTAS() clobbers(A,X,Y) ; initialize RAM, screen romsub $FF8A = RESTOR() clobbers(A,X,Y) ; restore default I/O vectors diff --git a/syntax-files/VSCode/readme.txt b/syntax-files/VSCode/readme.txt index 10ee5cc51..fe8feabd9 100644 --- a/syntax-files/VSCode/readme.txt +++ b/syntax-files/VSCode/readme.txt @@ -1,5 +1,13 @@ A contributed syntax definition file for Visual Studio Code can be obtained from: -https://github.com/akubiczek/Prog8-TmLanguage-VsCode + https://github.com/akubiczek/Prog8-TmLanguage-VsCode + +Copy the Prog8 folder and its content into the ./extensions/ Visual Studio Code folder, Located at: + +- Windows: \%USERPROFILE%\.vscode\extensions + +- MacOS: ~/.vscode/extensions + +- Linux: ~/.vscode/extensions