1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-25 03:16:44 +00:00

Use CBM_64_COMPAT for Commodore 128

This commit is contained in:
Karol Stasiak
2019-06-26 13:40:33 +02:00
parent 03f2bacd2b
commit b85e175292
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ The following features are defined based on the chosen CPU and compilation optio
* `CBM` 1 if the target is an 8-bit Commodore computer, 0 otherwise
* `CBM_64` 1 if the target is an 8-bit Commodore computer compatible with Commodore 64, 0 otherwise
* `CBM_64_COMPAT` 1 if the target is an 8-bit Commodore computer compatible with Commodore 64, 0 otherwise
* `CBM_64_CRT` 1 if the target is a cartridge for Commodore 64, 0 otherwise