zba/src
Rekai Nyangadzayi Musuka 61d6288fec chore: don't panic on unknown bus and io writes/reads
This will lead to emulation bugs due to devices I've yet to implement but by
doing this a lot of games become playable "by default" such as Doom or
Kirby: Nightmare in Dream Land.

When implementing feature and/or debuggin make sure to set:
panic_on_und_bus and panic_on_und_io to true so that the emu crashes
on unknown reads/writes
2022-10-21 05:12:26 -03:00
..
bus chore: don't panic on unknown bus and io writes/reads 2022-10-21 05:12:26 -03:00
cpu chore: replace unnecessarily complex sign extension implementation 2022-10-21 05:12:24 -03:00
Bus.zig chore: don't panic on unknown bus and io writes/reads 2022-10-21 05:12:26 -03:00
cpu.zig feat: improve DMA Transfer support 2022-10-21 05:12:25 -03:00
emu.zig feat: implement keyboard input 2022-10-21 05:12:08 -03:00
main.zig fix: zero initialize all allocated memory 2022-10-21 05:12:15 -03:00
ppu.zig fix: implement sprite coord overflow behaviour 2022-10-21 05:12:26 -03:00
scheduler.zig feat: implement Timers 2022-10-21 05:12:26 -03:00
util.zig chore: replace unnecessarily complex sign extension implementation 2022-10-21 05:12:24 -03:00