Go to file
ry755 b8195a079d fox32rom: Don't use the stack pointer for the event stack
Previously this used a very hacky way to push and pop events on the
event stack. This especially caused issues since it disabled and
enabled interrupts, and these routines are called in an interrupt
handler, which breaks things in some cases :p
2022-01-30 00:53:25 -08:00
font fox32rom: Use raw font file instead of inc file 2022-01-26 22:37:33 -08:00
background.asm fox32rom: Change the shared memory base to 0x80000000 2022-01-27 18:02:21 -08:00
event.asm fox32rom: Don't use the stack pointer for the event stack 2022-01-30 00:53:25 -08:00
menu.asm fox32rom: Replace all instances of "def." with "data." 2022-01-27 16:33:50 -08:00
mouse.asm fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
overlay.asm fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
rom.asm fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
rom.def Initial commit 2022-01-26 22:21:21 -08:00
submenu.asm fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
vsync.asm Initial commit 2022-01-26 22:21:21 -08:00