DING! :D
This commit is contained in:
parent
4c8c0e0b72
commit
f8408fdab2
|
@ -506,7 +506,7 @@ static inline void MMU_VRAMmapRefreshBank(const int bank)
|
|||
vramConfiguration.banks[bank].purpose = VramConfiguration::ARM7;
|
||||
if(bank == 2) T1WriteByte(MMU.MMU_MEM[ARMCPU_ARM7][0x40], 0x240, T1ReadByte(MMU.MMU_MEM[ARMCPU_ARM7][0x40], 0x240) | 1);
|
||||
if(bank == 3) T1WriteByte(MMU.MMU_MEM[ARMCPU_ARM7][0x40], 0x240, T1ReadByte(MMU.MMU_MEM[ARMCPU_ARM7][0x40], 0x240) | 2);
|
||||
printf("DING!\n");
|
||||
//printf("DING!\n");
|
||||
switch(ofs) {
|
||||
case 0:
|
||||
case 1:
|
||||
|
|
Loading…
Reference in New Issue