Skip to content

Commit 2b011c5

Browse files
Release v0.20
1 parent 78d439e commit 2b011c5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Jorge Castillo & Pablo Roldán
3636

3737
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).
3838

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.
4040

4141
*The full data throughput while using the turbo transfer / streaming can only be achieved with the screen disabled.*
4242

@@ -50,11 +50,13 @@ The *Commodore Plus/4* version is limited to the maximum speed for the built in
5050

5151
## 1.1 Release history
5252

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.
5456
- Fixed bug in command $A3 which caused the parameter to be misread, or the terminal to hang
5557
- New command `$86` to initiate a download to disk.
5658
- 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.
5860
- New compile target `ultimate` compiles with timings compatible with the Swiftlink emulation in the Ultimate1541-II/II+ and Ultimate64.
5961
- Basic configuration screen by pressing `C= + F7`, terminal screen is not preserved.
6062
- ACIA based versions now allow selection of the interface base address ($DE00 or $DF00).

build/rt_p4_v0.20.prg

5.67 KB
Binary file not shown.

docs/turbo56k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example the following byte sequence enters command mode, sets the screen to
6060
|:---:|:---:|------------
6161
| `$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
6262
| `$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
6464

6565
<br>
6666

0 commit comments

Comments
 (0)