init AUXSPICNT to 0x8000.
(guess sloppy DLDI drivers expect that)
This commit is contained in:
parent
39bd94f551
commit
f0bc364210
|
@ -233,6 +233,8 @@ void SetupDirectBoot()
|
||||||
// checkme
|
// checkme
|
||||||
RCnt = 0x8000;
|
RCnt = 0x8000;
|
||||||
|
|
||||||
|
NDSCart::SPICnt = 0x8000;
|
||||||
|
|
||||||
SPU::SetBias(0x200);
|
SPU::SetBias(0x200);
|
||||||
|
|
||||||
ARM7BIOSProt = 0x1204;
|
ARM7BIOSProt = 0x1204;
|
||||||
|
@ -890,7 +892,7 @@ void debug(u32 param)
|
||||||
// printf("VRAM %c: %02X\n", 'A'+i, GPU::VRAMCNT[i]);
|
// printf("VRAM %c: %02X\n", 'A'+i, GPU::VRAMCNT[i]);
|
||||||
|
|
||||||
/*FILE*
|
/*FILE*
|
||||||
shit = fopen("debug/pictochat.bin", "wb");
|
shit = fopen("debug/dldio.bin", "wb");
|
||||||
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
|
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
|
||||||
{
|
{
|
||||||
u32 val = ARM7Read32(i);
|
u32 val = ARM7Read32(i);
|
||||||
|
|
Loading…
Reference in New Issue