Skip to content

Commit

Permalink
Tagged 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csoren committed Jan 22, 2021
1 parent fe30fd6 commit d4b1fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"request": "launch",
"preLaunchTask": "make",
"program": "${workspaceFolder}/build/cmake/debug/xlink/xlink",
"args": ["-sVectors", "-mdemo.sym", "-odemo.com", "-thc8c", "core.obj", "demo.obj", "libs/stdlib/std.lib", "libs/lowlevel/lowlevel.lib"],
"args": ["-mkernal.sym", "-okernal.bin", "-thc8b", "startup.obj", "commandline.obj", "editor.obj", "keyboard.obj", "main.obj", "mmu.obj", "syscall.obj", "text.obj", "video.obj", "../stdlib/std.lib", "../lowlevel/lowlevel.lib"],
"stopAtEntry": true,
"cwd": "/mnt/d/Dev/hc800-scrolldemo",
"cwd": "/mnt/d/Dev/hc800/firmware/kernal",
"environment": [],
"externalConsole": false,
"MIMode": "gdb"
Expand Down Expand Up @@ -116,7 +116,7 @@
"request": "launch",
"preLaunchTask": "make",
"program": "${workspaceFolder}/build/cmake/debug/xasm/z80/motorz80",
"args": ["-mcg", "-fv", "-otest.r", "equstest.asm"],
"args": ["-mcg", "-fv", "-otest.r", "rstest.asm"],
"stopAtEntry": true,
"cwd": "${workspaceFolder}/test/common",
"environment": [],
Expand All @@ -129,9 +129,9 @@
"request": "launch",
"preLaunchTask": "make",
"program": "${workspaceFolder}/build/cmake/debug/xasm/rc8/motorrc8",
"args": [ "-d.d/stream.Td", "-g", "-el", "-z0", "-i../kernal", "-ostream.obj", "stream.asm"],
"args": [ "-d.d/startup.Td", "-g", "-el", "-z0", "-i../", "-ostartup.obj", "startup.asm"],
"stopAtEntry": true,
"cwd": "/home/quorum/dev/hc800/firmware/stdlib",
"cwd": "/mnt/d/Dev/hc800/firmware/kernal/",
"environment": [],
"externalConsole": false,
"MIMode": "gdb"
Expand Down
2 changes: 1 addition & 1 deletion build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1.next
1.2.0

0 comments on commit d4b1fa0

Please sign in to comment.