mirror of
https://github.com/KarolS/millfork.git
synced 2025-03-28 08:30:13 +00:00
Document TRS-80 and Z1013 library support
This commit is contained in:
parent
70da293fce
commit
5d09410350
@ -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).
|
||||
|
||||
|
@ -28,6 +28,8 @@ Atari,
|
||||
Amstrad CPC,
|
||||
ZX Spectrum,
|
||||
NEC PC-88,
|
||||
Robotron Z1013,
|
||||
TRS-80,
|
||||
Tandy Color Computer.
|
||||
|
||||
#### `const byte KEY_ENTER`
|
||||
|
Loading…
x
Reference in New Issue
Block a user