
Now that's fixed, Hatari says my TOS is not valid ?! I've only compiled the TOSCOPY module, its not even called yet

I wonder if my new module pushed it over the size limit, its still showing 250KB though in size. TOSCOPY.PRG only takes up 731 bytes. So wouldn't seem so..
I moved the include statement for my new code and now get a sh*t load of errors

It seems I have to put TEXT at the end of my include file, but no other includes to that

BUT then it crashes

ahhh I think its actually running the code directly on include instead of it acting as a subroutine

Might be simpler just to get the include and just copy the code into the main startup script instead..
Its not helping either as Hatari doesn't seem to enable TTram with TOS206

The workaround is to try and allocate a bit of TTram to see if it exists or not before trying to do the copy...