Commit Graph

162 Commits

Author SHA1 Message Date
ry755
faad082dfb Add unfinished READMEs 2022-01-31 03:11:08 -08:00
ry755
c5df621583 Add LICENSE 2022-01-31 01:51:26 -08:00
ry755
63ce25c1ef fox32rom: Rename "rom.asm" to "main.asm", "rom.def" to "fox32rom.def" 2022-01-30 01:05:42 -08:00
ry755
ce2a571369 fox32rom: Add support for booting a raw binary from a disk 2022-01-30 00:57:54 -08:00
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
ry755
7c3794ed45 fox32rom: Make the event stack pointer comparison more understandable 2022-01-30 00:38:58 -08:00
ry755
acf024611b fox32+fox32rom: Change the IO port base to 0x80000000 2022-01-27 18:11:54 -08:00
ry755
f964815203 fox32rom: Change the shared memory base to 0x80000000 2022-01-27 18:02:21 -08:00
ry755
d7fae71821 fox32rom: Fix broken #include_bin paths 2022-01-27 16:35:25 -08:00
ry755
1cc1bce116 fox32rom: Replace all instances of "def." with "data." 2022-01-27 16:33:50 -08:00
ry755
b7df472b08 fox32rom: Use raw font file instead of inc file 2022-01-26 22:37:33 -08:00
ry755
705593697b Initial commit
I should've made a git repo for this much sooner, oops :p
2022-01-26 22:21:21 -08:00