Skip to content

Commit

Permalink
Increased CTRCARD clock from 4.18 to 13.4 MHz on ROM reads. (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
profi200 authored Nov 26, 2024
1 parent 9e7df4c commit 105f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/gamecart/command_ctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void CTR_CmdReadData(u32 sector, u32 length, u32 blocks, void* buffer)
(u32)((sector << 9) & 0xFFFFFFFF),
0x00000000, 0x00000000
};
CTR_SendCommand(read_cmd, length, blocks, 0x704822C, buffer);
CTR_SendCommand(read_cmd, length, blocks, 0x104822C, buffer); // Clock divider 5 (13.4 MHz). Same as Process9.
}

void CTR_CmdReadHeader(void* buffer)
Expand Down

0 comments on commit 105f4ae

Please sign in to comment.