--- previous/src/cycInt.c 2018/04/24 19:31:25 1.1.1.5 +++ previous/src/cycInt.c 2018/04/24 19:33:20 1.1.1.6 @@ -37,7 +37,7 @@ const char CycInt_fileid[] = "Previous c #include "kms.h" #include "configuration.h" #include "main.h" -#include "nd_sdl.h" +#include "nd_sdl.hpp" void (*PendingInterruptFunction)(void); Sint64 PendingInterruptCounter; @@ -105,7 +105,7 @@ void CycInt_Reset(void) { /** * Find next interrupt to occur, and store to global variables for decrement * in instruction decode loop. - * (SC) Microseconf interrupts are skipped here and handled in the decode loop. + * (SC) Microsecond interrupts are skipped here and handled in the decode loop. */ static void CycInt_SetNewInterrupt(void) { Sint64 LowestCycleCount = INT64_MAX;