mirror of
https://github.com/jscrane/r65emu.git
synced 2024-12-21 12:29:51 +00:00
fix compile error
This commit is contained in:
parent
d281cf4bdd
commit
5c6cca8d8b
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
#include <UTFT.h>
|
#include <UTFT.h>
|
||||||
|
|
||||||
|
#include "memory.h"
|
||||||
|
#include "ps2drv.h"
|
||||||
|
#include "CPU.h"
|
||||||
|
|
||||||
#if defined(SPIRAM_CS)
|
#if defined(SPIRAM_CS)
|
||||||
#include <SpiRAM.h>
|
#include <SpiRAM.h>
|
||||||
#include "spiram.h"
|
#include "spiram.h"
|
||||||
spiram sram(SPIRAM_SIZE);
|
spiram sram(SPIRAM_SIZE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "ps2drv.h"
|
|
||||||
#include "memory.h"
|
|
||||||
#include "CPU.h"
|
|
||||||
|
|
||||||
Memory memory;
|
Memory memory;
|
||||||
PS2Driver ps2;
|
PS2Driver ps2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user