Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed Apr 1, 2023
1 parent 2a25bb8 commit 6bfb99e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setLaunchExecAddress moved after readListFiles.
- Small fixes for unit tests and custom code.
- Experimental implementation of DZRP 2.1.0 (cmd_interrupt_on_off) for zxnextserialremote.
- Tests for the serial interface.
- debug console: "-e test ...": Tests for the serial interface.

# 3.2.3
- Fix for #109: Extension host terminated unexpectedly 3 times within the last 5 minutes. aduh95/graphviz.js has been replaced with node-graphviz.
Expand Down
6 changes: 0 additions & 6 deletions design/DeZogProtocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ Notes:

## History


### For a future release, TODO

- Enabling/disabling of the interrupt. For loading 48k and 128k SNA files: index 0x13 (iff2), bit 2 contains 0=di, 1=ei. https://sinclair.wiki.zxnet.co.uk/wiki/SNA_format (sjasmplus always sets 0) => implement in zsim.


### 2.1.0

Added:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dezog",
"displayName": "DeZog",
"version": "3.2.3-rc2",
"version": "3.2.4",
"publisher": "maziac",
"description": "Visual Studio Code Debugger for the Z80 and ZX Spectrum.",
"author": {
Expand Down
Binary file added releases/dezog-3.2.4.vsix
Binary file not shown.
2 changes: 2 additions & 0 deletions src/remotes/dzrpbuffer/zxnextserialremote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ export class ZxNextSerialRemote extends DzrpBufferRemote {
// TODO: Currently the function is disabled.
// Enable it when dezogif > 2.1.0 is released.
}


/**
* This command is not used. Use the NMI button instead.
*/
Expand Down

0 comments on commit 6bfb99e

Please sign in to comment.