From 5808f00555c48e1cc1cc110af6a5cd73ddf13010 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Fri, 2 May 2025 23:15:47 +0200 Subject: cleanup and rewrite of ppu_registers.c --- mappers/mapper_007_2.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mappers/mapper_007_2.h (limited to 'mappers/mapper_007_2.h') 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))); + -- cgit v1.2.3