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-08-02 00:11:03 +02:00
parent 5e9e79c2f5
commit 2c0813a478

@ -30,18 +30,18 @@ joystick support | ✔️ | ❌ | ✔️
3. Uses the SID chip.
### 8080/Z80 computers
### 8080/Z80/6809 computers
feature | ZX Spectrum |PC-88|CPC |MSX |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 | Tandy CoCo |CP/M
--------------------|-------------|-----|----|----|------------|----
`putchar` | ✔️ | ✔️ | ✔️ | ✔️ |✔️ | ✔️
`readkey` | ✔️ | ✔️ | ✔️ | ❌ |✔️ |
`readline` | ✔️ | ✔️ | ✔️ | ✔️ |❌ | ✔️
`bell` | ✔️ | ❌ | ❌ | ❌ |❌ |
`set_bg_color` | ❌ | ❌ | ❌ | ❌ | |
`set_border` | ✔️ | | ❌ | ❌ | |
hardware randomness | ✔️ | ✔️ | ✔️ | ✔️ |❌ | ⭐️<sup>1</sup>
joystick support | ❌ | ❌ | ❌ | ❌ |❌ |
##### Notes: