diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-02 00:22:02 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-02 00:22:02 +0200 |
| commit | 2e2f459ad4f8eb70a1d37f8ba7d620b4c264592e (patch) | |
| tree | 4698c7a638ad61c5756f64c37fa6419722440725 /mknes.h | |
| parent | 3dd141acdbb3eb7f83dc9a5875dd520c45ea39d1 (diff) | |
semi working state
Diffstat (limited to 'mknes.h')
| -rw-r--r-- | mknes.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -51,9 +51,18 @@ struct ppu_state { uint32_t nt_x_offset; uint32_t nt_y_offset; uint8_t fine_y; + uint8_t fine_y_latch; uint32_t vram_addr; + uint32_t tmp_addr; uint8_t write_latch; + uint8_t read_buffer; + + uint32_t render_coarse_x; + uint32_t render_coarse_y; + uint32_t render_fine_y; + uint32_t render_nt_x; + uint32_t render_nt_y; uint32_t cycle; uint32_t scanline; |
