21 Commits

Author SHA1 Message Date
0ad017cf43 chore: upgrade to Zig v2024.1.0-mach 2024-02-12 20:22:02 -06:00
62db837442 chore: remove unnecesary gdb.zig file 2024-01-13 16:10:42 -06:00
117a95d3a9 feat: implement ARM7 gdbstub 2023-12-27 21:35:59 -06:00
7f98f4cc26 fix: pass more test roms 2023-12-27 18:54:48 -06:00
f52e1ab6b9 feat: implement (?) NDS9 DMA Controllers
TODO: deduplicate please
2023-12-14 01:16:24 -06:00
ea63b04056 feat: implement (?) nds7 dma transfer controllers 2023-12-14 00:39:00 -06:00
3a1ebfb6e6 chore: unify "enum { nds7, nds9 }"s 2023-11-22 00:19:37 -06:00
37aff56c22 feat(ppu): implement vblank, hblank and coincidence interrupts 2023-11-04 03:22:11 -05:00
83f94f6d9d feat(cpu): implement HALT 2023-11-04 01:21:52 -05:00
16b3325fe3 feat(ppu): introduce concept of 2 graphics engines + refactor 2023-11-04 00:39:00 -05:00
1a56a1a285 chore(bios): impl bios handlers 2023-10-30 21:57:34 -05:00
7f4dad485f feat: implement IPCFIFO IRQs
turbo now passes rockwrestler!!!
2023-10-09 19:28:59 -05:00
825b6e95ac feat: implement IPCSYNC irqs 2023-10-09 02:52:11 -05:00
c72e36ef6b chore: rename some io decls 2023-10-08 16:53:59 -05:00
3a35c5b428 feat: implement VRAM allocation 2023-10-03 00:35:34 -05:00
f0b5bb1207 feat: implement WRAM 2023-09-29 22:22:41 -05:00
d90cd699b6 chore: refactor scheduler + nds7/nds9 group structs 2023-09-26 23:25:36 -05:00
5dbd681ba1 feat: implement broken IPCFIFO 2023-09-15 21:25:40 -05:00
1fc1f5782b chore(bus): force align writes to NDS7/NDS9 Bus 2023-09-05 21:40:05 -05:00
3bc13b527e fix(emu): share same main mem allocation between ARM7 + ARM9 2023-09-04 22:22:57 -05:00
e32d6534c6 feat: initial commit
some basic ROMs already boot (ARM946E-S only), working on Armwrestler
and Rockwrestler next so I can ensure CPU compatability for but ARMv5TE
and ARMv4T
2023-08-01 15:13:18 -05:00