ry755
e21aae6d08
fox32rom: Add some convenience routines for copying memory
2022-02-11 19:39:33 -08:00
ry755
eb46348730
fox32rom: Only clear the mouse click bit instead of the whole byte
2022-01-31 23:38:53 -08:00
ry755
3a5675ec6d
fox32rom: Don't repush the submenu update event if the submenu closed
2022-01-31 19:54:32 -08:00
ry755
9a2c1fcf4a
fox32rom: Move disk booting routines to a separate file
2022-01-31 03:37:49 -08:00
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