Skip to content

Commit

Permalink
wifi improvements:
Browse files Browse the repository at this point in the history
* implement channels
* rework power-down support, fixing bugs
* fix bug when W_BeaconInterval is zero
* fix potential missing IRQs when writing to W_IE
  • Loading branch information
Arisotura committed Apr 12, 2024
1 parent 0b87dd5 commit 111dc7a
Show file tree
Hide file tree
Showing 6 changed files with 339 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/NDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@ void NDS::debug(u32 param)
//for (int i = 0; i < 9; i++)
// printf("VRAM %c: %02X\n", 'A'+i, GPU->VRAMCNT[i]);

Platform::FileHandle* shit = Platform::OpenFile("debug/DSfirmware.bin", FileMode::Write);
Platform::FileHandle* shit = Platform::OpenFile("debug/pokeplat.bin", FileMode::Write);
Platform::FileWrite(ARM9.ITCM, 0x8000, 1, shit);
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
{
Expand Down
Loading

0 comments on commit 111dc7a

Please sign in to comment.