Frontend for nds-bootstrap
Go to file
lifehackerhansol 21b6b529f3
Work around broken FIFO setup
Not entirely sure why, but FIFOs were being sent and received AFTER the
interrupts were cleared, causing them to not send.

It's unknown how this ever worked on older libnds/devkitARM, but FIFOs
need interrupts to work.

This workaround, instead, hijacks an area of the ROM header as a
temporary variable to wait for ARM7.
2024-10-14 17:12:39 -07:00
arm7 Work around broken FIFO setup 2024-10-14 17:12:39 -07:00
arm9 Work around broken FIFO setup 2024-10-14 17:12:39 -07:00
arm9_ak2 Migrate old romloader code as an interface 2024-10-14 17:12:39 -07:00
arm9_dsi Add support for DSi SD 2024-10-13 22:39:04 -07:00
fonts Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
language Migrate old romloader code as an interface 2024-10-14 17:12:39 -07:00
licenses Add nds-bootstrap interface 2024-10-13 02:23:15 -07:00
nds-bootloader@35f54d8e03 Add the ILauncher interface, starting with homebrew 2024-10-13 02:22:38 -07:00
share treewide: switch to SPDX-License-Identifier 2024-10-13 02:11:14 -07:00
.clang-format Add .clang-format 2024-10-05 20:49:08 -07:00
.gitignore Add support for DSi SD 2024-10-13 22:39:04 -07:00
.gitmodules Add the ILauncher interface, starting with homebrew 2024-10-13 02:22:38 -07:00
build.sh Add support for DSi SD 2024-10-13 22:39:04 -07:00
clean.sh Add support for DSi SD 2024-10-13 22:39:04 -07:00
gba_sleep.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
icon.bmp Make it build on latest devkitARM 2024-10-05 20:49:07 -07:00
languages.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00
Makefile Migrate old romloader code as an interface 2024-10-14 17:12:39 -07:00
note.txt Extract akmenu4 from woodrpg v1.25 2024-10-04 22:35:39 -07:00