aboutsummaryrefslogtreecommitdiff
path: root/Source/Serial.h
Commit message (Collapse)AuthorAgeFilesLines
* * Slight optimization: all comparations against true are now compared ↵XaviDCR922017-12-261-3/+3
| | | | | | | against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map.
* * Added comments on System.XaviDCR922017-07-271-0/+1
| | | | | | | * Files needed for Game are now only loaded once, except from LEVEL1.PLT. * Added DevMenu to get debug info. * ISR_LoadMenuVBlank() does not stop when accessing SIO. * On fopen() and SERIAL_INTERFACE defined, "#" is prepended and "@" is appended to filename string.
* + Added support for SIO (Serial Input Output).XaviDCR922017-07-201-0/+32
* On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.