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

C64: ROM cartridge support

This commit is contained in:
Karol Stasiak
2018-12-17 11:13:01 +01:00
parent 235700c44c
commit 007b1dc839
6 changed files with 102 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ The following features are defined based on the chosen CPU and compilation optio
* `CBM_64` 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
* `CBM_264` 1 if the target is an 8-bit Commodore computer from the 264 line, 0 otherwise
* `KEYBOARD` 1 if the target has a keyboard, 0 otherwise