Fork of https://github.com/fox32-arch/fox32rom/, mirrored at https://github.com/xeniagda/fox32rom-mirror/
041cf206ec
Using a LIFO stack for events was a dumb idea in the first place, this should've been a FIFO queue from the beginning. This allows the system to respond to events in the same order that they are generated, instead of always responding to the newest event first. |
||
---|---|---|
font | ||
background.asm | ||
boot.asm | ||
debug.asm | ||
event.asm | ||
fox32rom.def | ||
LICENSE | ||
main.asm | ||
memory.asm | ||
menu.asm | ||
mouse.asm | ||
overlay.asm | ||
README.md | ||
submenu.asm | ||
vsync.asm |
fox32rom
fox32rom is the boot ROM for fox32, containing many commonly-used routines.
License
This project is licensed under the MIT license.