Skip to content

Commit c8c7983

Browse files
committed
NDS: enable ITCM during direct boot (fixes armwrestler)
1 parent c06632e commit c8c7983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NDS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void NDS::SetupDirectBoot()
366366

367367
SPI.GetFirmwareMem()->SetupDirectBoot();
368368

369-
ARM9.CP15Write(0x100, 0x00012078);
369+
ARM9.CP15Write(0x100, 0x00052078);
370370
ARM9.CP15Write(0x200, 0x00000042);
371371
ARM9.CP15Write(0x201, 0x00000042);
372372
ARM9.CP15Write(0x300, 0x00000002);

0 commit comments

Comments
 (0)