You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Jorge Castillo & Pablo Roldán
36
36
37
37
It implements the *[Turbo56k](docs/turbo56k.md)* protocol for high speed data transfer & streaming when connecting to a BBS supporting the protocol, such as [_RetroBBS_](https://github.com/retrocomputacion/retrobbs).
38
38
39
-
While the userport data rate is fixed at *57600bps*, the effective throughput with the screen on is *1500 / 1800bps* depending on *PAL/NTSC* timings respectively.
39
+
While the userport data rate is fixed at *57600bps* (*19200bps* for the Plus/4), the effective throughput with the screen on is *1500 / 1800bps* depending on *PAL/NTSC* timings respectively.
40
40
41
41
*The full data throughput while using the turbo transfer / streaming can only be achieved with the screen disabled.*
42
42
@@ -50,11 +50,13 @@ The *Commodore Plus/4* version is limited to the maximum speed for the built in
50
50
51
51
## 1.1 Release history
52
52
53
-
### v0.20 (in development):
53
+
### v0.20 (02/01/2024):
54
+
- Turbo56K v0.7
55
+
- New _Commodore Plus/4_ port. _Turbo56K v0.7_ commands implemented, except for the ones regarding SID tune streaming.
54
56
- Fixed bug in command $A3 which caused the parameter to be misread, or the terminal to hang
55
57
- New command `$86` to initiate a download to disk.
56
58
- New command `$B6` to scroll the text window up or down X number of rows.
57
-
- SID streaming now better supports tunes using _hardrestart_, a special version of _SIDdump_ and updated version of _RetroBBS_ is needed for this.
59
+
- SID streaming now better supports tunes using _hardrestart_, a special version of _SIDdump_ and updated version of _RetroBBS_ is required.
58
60
- New compile target `ultimate` compiles with timings compatible with the Swiftlink emulation in the Ultimate1541-II/II+ and Ultimate64.
59
61
- Basic configuration screen by pressing `C= + F7`, terminal screen is not preserved.
60
62
- ACIA based versions now allow selection of the interface base address ($DE00 or $DF00).
Copy file name to clipboardExpand all lines: docs/turbo56k.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ For example the following byte sequence enters command mode, sets the screen to
60
60
|:---:|:---:|------------
61
61
| `$90` | `144` | Returns to the default text mode<br>**Parameters**<br>- Page Number : 1 byte<br>- Border Color : 1 byte<br>- Background Color : 1 byte
62
62
| `$91` | `145` | Switches to hi-res bitmap mode<br>**Parameters**<br>- Page Number : 1 byte<br>- Border Color : 1 byte
63
-
| `$92` | `146` | Switches to multicolor bitmap mode <br> **Parameters**<br>- Page Number : 1 byte<br>- Border Color : 1 byte<br>- Background Color : 1 byte
63
+
| `$92` | `146` | Switches to multicolor bitmap mode <br> **Parameters**<br>- Page Number : 1 byte<br>- Border Color : 1 byte<br>- Background Color : 1 byte<br>**Only for Plus/4:**<br>- Multicolor 3 color : 1 byte
0 commit comments