Update on new memory system: added basic DMA and some memories (itcm, shared, gba rom)
This commit is contained in:
parent
38645dc3ce
commit
81a6edab57
|
@ -111,6 +111,7 @@ typedef int BOOL;
|
||||||
#define MB(x) ((x)*1024*1024)
|
#define MB(x) ((x)*1024*1024)
|
||||||
#define KB(x) ((x)*1024)
|
#define KB(x) ((x)*1024)
|
||||||
|
|
||||||
|
#define CPU_STR(c) ((c==ARM9)?"ARM9":"ARM7")
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
ARM9 = 0,
|
ARM9 = 0,
|
||||||
|
|
Loading…
Reference in New Issue