1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Preliminary MSX support

This commit is contained in:
Karol Stasiak
2019-06-05 13:31:43 +02:00
parent b4b2e9b041
commit bc8ac1f696
11 changed files with 77 additions and 6 deletions
+2
View File
@@ -24,6 +24,7 @@ The string is valid only until next read from the console.
Available for:
ZX Spectrum,
NEC PC-88,
MSX,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic` module.
@@ -34,6 +35,7 @@ Reads a 16-bit unsigned integer from the console.
Available for:
ZX Spectrum,
NEC PC-88,
MSX,
Commodore 64 with `c64_basic` module,
Commodore 16 or Plus/4 with `c264_basic` module.