1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-27 04:49:27 +00:00

Add target pragma to conio-atari example

This commit is contained in:
Mark Fisher 2020-10-16 12:55:12 +01:00
parent 24a83558e8
commit 6d84bc1ada

View File

@ -1,3 +1,6 @@
// Example usages of conio for Atari XL target.
#pragma target(atarixl)
#pragma encoding(atascii)
#pragma zp_reserve(0x00..0x7f)