RETRO Innovations

Results 4 issues of RETRO Innovations

The #if defined __GNU_LIBRARY__ || defined __GLIBC__ at line 17 in main.c doesn't seem to trigger on cygwin, so those wrappers don't get included. Once commented out, the code compiled...

Don't Ask Software morphed into SoftVoice, with their web site as http://text2speech.com/. You can see they note S.A.M. on the main page. Not sure how that affects your readme, but...

- define enums for magic numbers in the code - optimized return_* functions to remove duplicate code, and fix some potential issues in original code

In return_reference for(byte i=0x00; i < 0x07; i++){ //Find the end of the directory's name by looping through the name buffer if(tempRefFileName[i] == 0x00) term = i; //and setting a...