1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Implement readkey and readline for Apple II

This commit is contained in:
Karol Stasiak
2020-04-08 11:11:25 +02:00
parent 29335d376a
commit cd5e9decac
10 changed files with 35 additions and 9 deletions
+2
View File
@@ -48,6 +48,7 @@ Available for:
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).
@@ -59,6 +60,7 @@ Available for:
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).