diff options
Diffstat (limited to 'mknes.h')
| -rw-r--r-- | mknes.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ struct ppu_state { uint8_t sprite_zero_hit_possible; uint8_t sprite_count; -} __attribute__((packed, aligned(64))); +} __attribute__((aligned(64))); struct cpu_state { uint32_t pc; // Program Counter @@ -80,7 +80,7 @@ struct cpu_state { uint8_t c; // Carry Flag // -- uint8_t die; // KIL instruction found! -} __attribute__((packed, aligned(64))); +} __attribute__((aligned(64))); struct ines_state { |
