View Single Post
Old 26 July 2016, 12:16   #11
FizzyChicken
 
Posts: n/a
Thanks for the info guys. I'll have a look at those compilers. As you say, since I'll be using UAE there's no need for the single floppy restriction 8). The source looks pretty standard to me, albeit a bit strange looking at my own code from 23 years ago 8). Here's the include stuff:

#include <exec/types.h>
#include <exec/memory.h>
#include <intuition/intuition.h>
#include <math.h>
#include <stdlib.h>
#include <libraries/dos.h>
#include <stdio.h>
#include <graphics/gfx.h>

No pragmas that I can find.
 
 
Page generated in 0.04332 seconds with 10 queries