summaryrefslogtreecommitdiff
path: root/mknes.h
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-04-01 01:40:54 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-04-01 01:40:54 +0200
commit69d0ba33d6bb502015fc1cf07892be6d9c045d77 (patch)
treef3e27d0c04788dda4238c319becd2632280ca61e /mknes.h
parentc00eb3a942ca184e2c2f6c60e3649d301bd8007c (diff)
broken
Diffstat (limited to 'mknes.h')
-rw-r--r--mknes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mknes.h b/mknes.h
index afd0369..d3b1028 100644
--- a/mknes.h
+++ b/mknes.h
@@ -55,12 +55,6 @@ struct ppu_state {
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;