diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-01 00:06:02 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-01 00:06:02 +0200 |
| commit | 59b092914fcf3c33a783a2813ebe268586609ff9 (patch) | |
| tree | a18b4236e82525e01d2e3bce0cdc464abfeb9cf9 /mknes.h | |
| parent | a386ef64f6376b3ef8434a6cdf456495287fcbca (diff) | |
before add scroll_latch
Diffstat (limited to 'mknes.h')
| -rw-r--r-- | mknes.h | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -52,17 +52,15 @@ struct ppu_state { uint32_t nt_y_offset; uint8_t fine_y; - uint8_t tmp_fine_x; - uint8_t tmp_coarse_x; - uint8_t tmp_fine_y; - uint8_t tmp_coarse_y; - uint32_t tmp_nt_x; - uint32_t tmp_nt_y; - uint32_t tmp_addr; - uint32_t vram_addr; uint8_t write_latch; + 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; uint32_t dot; |
