5 lines
65 B
C
5 lines
65 B
C
|
/* Atari Mint */
|
||
|
#if defined(__MINT__)
|
||
|
#define DUK_F_MINT
|
||
|
#endif
|