diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-05-02 23:15:47 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-05-02 23:15:47 +0200 |
| commit | 5808f00555c48e1cc1cc110af6a5cd73ddf13010 (patch) | |
| tree | dff942b61441bafe297e7a99f0e799f32ae978b1 /mappers/mapper_007_2.h | |
| parent | 9463faa436e1b981ef72000568445a83682f2658 (diff) | |
cleanup and rewrite of ppu_registers.c
Diffstat (limited to 'mappers/mapper_007_2.h')
| -rw-r--r-- | mappers/mapper_007_2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mappers/mapper_007_2.h b/mappers/mapper_007_2.h new file mode 100644 index 0000000..c0a2d06 --- /dev/null +++ b/mappers/mapper_007_2.h @@ -0,0 +1,8 @@ + + +struct mapper_007_2 { + uint8_t *prg_rom; + uint8_t *ciram; + // uint32_t ciram_base; +} __attribute__((packed, aligned(64))); + |
