1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

Updated Library feature coverage per platform (markdown)

Karol Stasiak 2020-09-30 01:12:37 +02:00
parent 2c0813a478
commit 99133d45aa

@ -32,16 +32,16 @@ joystick support | ✔️ | ❌ | ✔️
### 8080/Z80/6809 computers
feature | ZX Spectrum |PC-88|CPC |MSX | Tandy CoCo |CP/M
--------------------|-------------|-----|----|----|------------|----
`putchar` | ✔️ | ✔️ | ✔️ | ✔️ |✔️ | ✔️
`readkey` | ✔️ | ✔️ | ✔️ | ❌ |✔️ | ❌
`readline` | ✔️ | ✔️ | ✔️ | ✔️ |❌ | ✔️
`bell` | ✔️ | ❌ | ❌ | ❌ |❌ |
`set_bg_color` | ❌ | ❌ | ❌ | ❌ | |
`set_border` | ✔️ | | ❌ | ❌ | |
hardware randomness | ✔️ | ✔️ | ✔️ | ✔️ |❌ | ⭐️<sup>1</sup>
joystick support | ❌ | ❌ | ❌ | ❌ |❌ |
feature | ZX Spectrum |PC-88|CPC |MSX | TRS-80 | Tandy CoCo | Z1013 |CP/M
--------------------|-------------|-----|----|----|--------|------------|-------|----
`putchar` | ✔️ | ✔️ | ✔️ | ✔️ |✔️ | ✔️ | ✔️ | ✔️
`readkey` | ✔️ | ✔️ | ✔️ | ❌ |✔️ | ✔️ | ✔️ | ❌
`readline` | ✔️ | ✔️ | ✔️ | ✔️ |✔️ | ❌ | ✔️ | ✔️
`bell` | ✔️ | ❌ | ❌ | ❌ |❌ | ❌ | |
`set_bg_color` | ❌ | ❌ | ❌ | ❌ | | | |
`set_border` | ✔️ | | ❌ | ❌ | | ❌ | |
hardware randomness | ✔️ | ✔️ | ✔️ | ✔️ |✔️ | | ✔️ | ⭐️<sup>1</sup>
joystick support | ❌ | ❌ | ❌ | ❌ |❌ | ❌ | ❌ |
##### Notes: