1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-26 10:20:51 +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
@@ -90,6 +90,8 @@ The following features are defined based on the chosen CPU and compilation optio
* `IBM_PC` 1 if the target is IBM PC, 0 otherwise
* `MSX` 1 if the target is MSX, 0 otherwise
* `NTSC` 1 if the target is NTSC, 0 otherwise
* `PAL` 1 if the target is PAL, 0 otherwise