From 5d09410350a23e28b60f1841f65562fd2f16dd7f Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Wed, 30 Sep 2020 01:07:56 +0200 Subject: [PATCH] Document TRS-80 and Z1013 library support --- docs/stdlib/frequent.md | 8 ++++++-- docs/stdlib/keyboard.md | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/stdlib/frequent.md b/docs/stdlib/frequent.md index fe650633..775eba3a 100644 --- a/docs/stdlib/frequent.md +++ b/docs/stdlib/frequent.md @@ -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). diff --git a/docs/stdlib/keyboard.md b/docs/stdlib/keyboard.md index 5a2eb91a..9efacb28 100644 --- a/docs/stdlib/keyboard.md +++ b/docs/stdlib/keyboard.md @@ -28,6 +28,8 @@ Atari, Amstrad CPC, ZX Spectrum, NEC PC-88, +Robotron Z1013, +TRS-80, Tandy Color Computer. #### `const byte KEY_ENTER`