Go to file
2022-01-31 23:38:53 -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
boot.asm fox32rom: Move disk booting routines to a separate file 2022-01-31 03:37:49 -08:00
event.asm fox32rom: Don't use the stack pointer for the event stack 2022-01-30 00:53:25 -08:00
fox32rom.def fox32rom: Rename "rom.asm" to "main.asm", "rom.def" to "fox32rom.def" 2022-01-30 01:05:42 -08:00
LICENSE Add LICENSE 2022-01-31 01:51:26 -08:00
main.asm fox32rom: Move disk booting routines to a separate file 2022-01-31 03:37:49 -08:00
menu.asm fox32rom: Replace all instances of "def." with "data." 2022-01-27 16:33:50 -08:00
mouse.asm fox32rom: Only clear the mouse click bit instead of the whole byte 2022-01-31 23:38:53 -08:00
overlay.asm fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
README.md Add unfinished READMEs 2022-01-31 03:11:08 -08:00
submenu.asm fox32rom: Don't repush the submenu update event if the submenu closed 2022-01-31 19:54:32 -08:00
vsync.asm Initial commit 2022-01-26 22:21:21 -08:00

fox32rom

fox32rom is the boot ROM for fox32, containing many commonly-used routines.

License

This project is licensed under the MIT license.