ares-openbsd/ares/fc/cpu
曾耿森 672e81572c
fix(ppu): fix some ppu bug and pass some tests (#1493)
1. fix read OAMDATA($2004)
2. fix write OAMDATA($2004)
3. refactor struct OAM access operator[]
4. remove some unused variable in ppu.io
5. spriteEvaluation.oamMainCounter is reference oamAddress
6. fix ppu sprite evaluation in pre-rederer line
7. inc fc serialization version to v143
8. pass blargg_apu_2005.07.30/09.reset_timing.nes
9. pass dmc_dma_during_read4/dma_4016_read.nes
10. pass sprdma_and_dmc_dma/sprdma_and_dmc_dma.nes
11. pass sprdma_and_dmc_dma/sprdma_and_dmc_dma_512.nes
2024-05-18 16:17:25 +01:00
..
cpu.cpp fix(fc): fix fc dma interrupt (#1476) 2024-05-03 11:14:08 +01:00
cpu.hpp fix(ppu): fix some ppu bug and pass some tests (#1493) 2024-05-18 16:17:25 +01:00
debugger.cpp
memory.cpp
serialization.cpp fix(ppu): fix some ppu bug and pass some tests (#1493) 2024-05-18 16:17:25 +01:00
timing.cpp fix(ppu): fix some ppu bug and pass some tests (#1493) 2024-05-18 16:17:25 +01:00