mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
|
|
#if not(CBM_128)
|
|
#warn c128_hardware module should be only used on C128-compatible targets
|
|
#endif
|
|
|
|
import c64_vic
|
|
import c64_sid
|
|
import c64_cia
|
|
|
|
array c64_color_ram [1000] @$D800
|