diff --git a/hardware.cpp b/hardware.cpp index d0421d7..ca9554f 100644 --- a/hardware.cpp +++ b/hardware.cpp @@ -12,16 +12,16 @@ #include +#include "memory.h" +#include "ps2drv.h" +#include "CPU.h" + #if defined(SPIRAM_CS) #include #include "spiram.h" spiram sram(SPIRAM_SIZE); #endif -#include "ps2drv.h" -#include "memory.h" -#include "CPU.h" - Memory memory; PS2Driver ps2;