Go to file
2022-04-25 22:27:01 -07:00
font fox32rom: Use raw font file instead of inc file 2022-01-26 22:37:33 -08:00
monitor monitor: Attempt to speed up console scrolling 2022-04-25 22:27:01 -07:00
background.asm fox32rom: Add draw_pixel routines 2022-04-16 16:13:16 -07:00
boot.asm fox32rom: Start implementing RYFS support 2022-04-17 14:38:38 -07:00
cursor.asm fox32rom: Move enable_cursor to a separate subroutine 2022-04-25 21:43:19 -07:00
debug.asm fox32rom: Add a small debug routine for printing to the terminal 2022-02-11 19:41:58 -08:00
disk.asm fox32rom: Start implementing RYFS support 2022-04-17 14:38:38 -07:00
draw_pixel.asm fox32rom: Add draw_pixel routines 2022-04-16 16:13:16 -07:00
draw_rectangle.asm fox32rom: Move rectangle drawing routines to a generic routine 2022-02-21 21:15:16 -08:00
draw_text.asm fox32rom: Add %x support to draw_format_str 2022-04-01 16:12:33 -07:00
event.asm fox32rom: Add EVENT_TYPE_KEY_DOWN and EVENT_TYPE_KEY_UP 2022-04-17 16:21:56 -07:00
fox32rom.def fox32rom: Add compare_string 2022-04-23 22:31:44 -07:00
keyboard.asm fox32rom: Change call invoke_monitor to jmp invoke_monitor 2022-04-25 21:41:21 -07:00
LICENSE Add LICENSE 2022-01-31 01:51:26 -08:00
main.asm fox32rom: Move enable_cursor to a separate subroutine 2022-04-25 21:43:19 -07:00
memory.asm fox32rom: Add memory compare routines 2022-03-25 18:03:12 -07:00
menu_bar.asm fox32rom: Make overlay structs const 2022-04-17 15:43:13 -07:00
menu.asm fox32rom: Make overlay structs const 2022-04-17 15:43:13 -07:00
mouse.asm fox32rom: Add EVENT_TYPE_KEY_DOWN and EVENT_TYPE_KEY_UP 2022-04-17 16:21:56 -07:00
overlay.asm fox32rom: Add draw_pixel routines 2022-04-16 16:13:16 -07:00
panic.asm fox32rom: Add panic routine 2022-03-18 21:59:51 -07:00
README.md Add unfinished READMEs 2022-01-31 03:11:08 -08:00
ryfs.asm fox32rom: Start implementing RYFS support 2022-04-17 14:38:38 -07:00
string.asm fox32rom: Add compare_string 2022-04-23 22:31:44 -07:00
vsync.asm fox32rom: Add EVENT_TYPE_KEY_DOWN and EVENT_TYPE_KEY_UP 2022-04-17 16:21:56 -07:00

fox32rom

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

License

This project is licensed under the MIT license.