mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
#if not(MOS_6510) && not(CBM_64)
|
|
#warn cpu6510 module should be only used on 6510-compatible targets
|
|
#endif
|
|
|
|
byte cpu6510_ddr @0
|
|
byte cpu6510_port @1
|