fox32/src
Ry b7b8099031 Allow `movz` to work properly when targeting memory 2024-02-23 23:45:18 -08:00
..
bus.c Disable serial port if building for Windows 2023-05-29 18:52:25 -07:00
bus.h Add support for dropping files onto the window to mount them as a disk 2022-12-26 18:22:21 -08:00
cpu.c Allow `movz` to work properly when targeting memory 2024-02-23 23:45:18 -08:00
cpu.h fix the semantics of the HALT instruction 2023-06-06 18:06:55 -06:00
disk.c Remove extra new line in disk error messages 2023-03-04 17:00:38 -08:00
disk.h Add disk write support 2022-10-27 16:02:17 -07:00
framebuffer.c Add support for cross-compiling for Windows 2022-12-26 17:22:48 -08:00
framebuffer.h Implement overlays 2022-10-23 13:16:40 -07:00
keyboard.c Toggle debug output with F11 2023-07-11 23:02:57 -07:00
keyboard.h Rename key_t to keycode_t 2022-10-26 18:03:00 -07:00
main.c Disable serial port if building for Windows 2023-05-29 18:52:25 -07:00
mmu.c Add support for cross-compiling for Windows 2022-12-26 17:22:48 -08:00
mmu.h Implement a somewhat hacky MMU 2022-10-26 18:03:00 -07:00
mouse.c Add support for cross-compiling for Windows 2022-12-26 17:22:48 -08:00
mouse.h Implement mouse support 2022-10-23 17:18:05 -07:00
screen.c Add support for dropping files onto the window to mount them as a disk 2022-12-26 18:22:21 -08:00
screen.h Add support for dropping files onto the window to mount them as a disk 2022-12-26 18:22:21 -08:00
serial.c Disable serial port if building for Windows 2023-05-29 18:52:25 -07:00
serial.h Enable input on the serial port 2023-02-02 10:49:07 +01:00