1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-28 13:41:31 +00:00

Document TRS-80 and Z1013 library support

This commit is contained in:
Karol Stasiak 2020-09-30 01:07:56 +02:00
parent 70da293fce
commit 5d09410350
2 changed files with 8 additions and 2 deletions

View File

@ -49,8 +49,10 @@ ZX Spectrum,
NEC PC-88,
MSX,
Apple II,
Commodore 64 with `c64_basic` module (requires KERNAL and BASIC),
Commodore 16 or Plus/4 with `c264_basic` module (requires KERNAL and BASIC).
Robotron Z1013 (always trims trailing spaces),
TRS-80,
Commodore 64 with `c64_basic` module (requires KERNAL and BASIC; empty input is treated like a single space),
Commodore 16 or Plus/4 with `c264_basic` module (requires KERNAL and BASIC; empty input is treated like a single space).
#### `word readword()`
@ -61,6 +63,8 @@ ZX Spectrum,
NEC PC-88,
MSX,
Apple II,
Robotron Z1013,
TRS-80,
Commodore 64 with `c64_basic` module (requires KERNAL and BASIC),
Commodore 16 or Plus/4 with `c264_basic` module (requires KERNAL and BASIC).

View File

@ -28,6 +28,8 @@ Atari,
Amstrad CPC,
ZX Spectrum,
NEC PC-88,
Robotron Z1013,
TRS-80,
Tandy Color Computer.
#### `const byte KEY_ENTER`