diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-06-08 17:32:05 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-06-08 17:32:05 +0200 |
| commit | 412b2ef851516c1de8ba5006ddd284192cbcaf9b (patch) | |
| tree | e8b68d60125bf89e375ec9acc4e7833825abbfaa /mknes.h | |
| parent | 6dd73982c514445c4d2a4787c37666d0812a3dad (diff) | |
tests
Diffstat (limited to 'mknes.h')
| -rw-r--r-- | mknes.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -48,7 +48,7 @@ struct ppu_state { uint8_t sprite_count; uint8_t palette[32]; -// NOTE(peter): one byte left on cacheline + uint8_t frame_ready; // NOTE(peter): CACHELINE 2 start here! uint8_t sprite_indexes[8]; @@ -63,7 +63,6 @@ struct ppu_state { uint8_t input_latch[2]; // Latched inputs after strobe uint8_t input_bit[2]; // Current bit position being shifted out uint8_t input_strobe; // Control bit (0 or 1) - uint8_t frame_ready; } __attribute__((packed, aligned(64))); struct apu_state { |
