mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
#if not(ATARI_8)
|
||
|
#warn a8_hardware module should be used only on Atari computer-compatible targets
|
||
|
#endif
|
||
|
|
||
|
import a8_antic
|
||
|
import a8_gtia
|
||
|
import a8_pia
|
||
|
import a8_pokey
|