gb/src
Rekai Nyangadzayi Musuka 8149352e63 fix(ppu): Discard SCX mod 8 pixels from fifo
As of right now, the implementation of this is rudimentary. There are
currently some visual bugs that still need to get worked out
2021-06-12 13:42:57 -05:00
..
ppu chore: document IO registers 2021-06-09 13:43:46 -05:00
bus.rs chore(ppu): emu now properly handles VRAM and OAM write guards 2021-06-09 22:04:06 -05:00
cartridge.rs chore(cartridge): impelement MBC3 2021-06-10 16:57:40 -05:00
cpu.rs chore: change how bus components are clocked 2021-06-09 19:41:10 -05:00
gui.rs chore: document IO registers 2021-06-09 13:43:46 -05:00
high_ram.rs chore: restrict what should be pub or not 2021-06-06 20:47:11 -05:00
instruction.rs chore: restrict what should be pub or not 2021-06-06 20:47:11 -05:00
interrupt.rs chore: replace pub with pub(crate) when possible 2021-06-06 19:14:28 -05:00
joypad.rs chore: document IO registers 2021-06-09 13:43:46 -05:00
lib.rs fix(joypad): reimplement joypad 2021-06-07 17:23:48 -05:00
main.rs fix: resolve type issue with debug feature enabled 2021-06-09 13:45:12 -05:00
ppu.rs fix(ppu): Discard SCX mod 8 pixels from fifo 2021-06-12 13:42:57 -05:00
serial.rs chore: document IO registers 2021-06-09 13:43:46 -05:00
sound.rs chore: change how bus components are clocked 2021-06-09 19:41:10 -05:00
timer.rs chore: change how bus components are clocked 2021-06-09 19:41:10 -05:00
work_ram.rs chore: restrict what should be pub or not 2021-06-06 20:47:11 -05:00