Added hack to make HFS65 build on Atari.

The resulting program is defunct!
This commit is contained in:
Oliver Schmidt 2018-07-20 18:28:02 +02:00
parent 3fb437f7cb
commit 32d5b1e004

View File

@ -21,6 +21,7 @@
#endif
#ifdef __ATARI__
//#define IMAGE ".ATR"
char* __fastcall__ getdevicedir(unsigned char, char*, size_t) { return NULL; } // Hack just to make it build !
#endif
#define SEND_FIRST 1