Update on new memory system: added basic DMA and some memories (itcm, shared, gba rom)

This commit is contained in:
thoduv 2006-07-05 21:02:23 +00:00
parent 38645dc3ce
commit 81a6edab57
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ typedef int BOOL;
#define MB(x) ((x)*1024*1024)
#define KB(x) ((x)*1024)
#define CPU_STR(c) ((c==ARM9)?"ARM9":"ARM7")
typedef enum
{
ARM9 = 0,