From cb1c0345c766fada621b521ca39aac02ae25056b Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Thu, 20 Jul 2017 22:36:19 +0200 Subject: + Added support for SIO (Serial Input Output). * On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial. --- Source/System.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Source/System.h') diff --git a/Source/System.h b/Source/System.h index 090de8d..9192d3c 100644 --- a/Source/System.h +++ b/Source/System.h @@ -107,7 +107,7 @@ void SystemTimerRemove(TYPE_TIMER* timer); // Compares two arrays of unsigned short type. bool SystemArrayCompare(unsigned short* arr1, unsigned short* arr2, size_t sz); -// Prints stack pointer address using dprintf() +// Prints stack pointer address using Serial_printf() void SystemPrintStackPointerAddress(void); // Checks if a 32-bit pattern set at the end of the stack has been @@ -128,6 +128,10 @@ void SystemCyclicHandler(void); void SystemClearBuffer(void); +void SystemEnableVBlankInterrupt(); + +void SystemDisableVBlankInterrupt(); + /* ************************************** * Global Variables * * **************************************/ -- cgit v1.2.3