1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-10 10:28:55 +00:00
millfork/include/stdlib.mfk

15 lines
255 B
Plaintext
Raw Normal View History

2017-12-06 23:23:30 +00:00
// target-independent things
#if ARCH_6502
import stdlib_6502
#elseif ARCH_I80
import stdlib_i80
2019-05-31 15:03:35 +00:00
#elseif ARCH_X86
#warn 8086 is a partially supported architecture
import stdlib_i80
#endif
2018-12-19 18:01:53 +00:00
#if PAL && NTSC
#warn PAL and NTSC enabled simultaneously
#endif