From e28ad1546509de31b706f0fd300a906e5bc55199 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Thu, 8 May 2025 21:03:43 +0200 Subject: new and changed mappers --- mappers/mapper_001_0.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mappers/mapper_001_0.h (limited to 'mappers/mapper_001_0.h') diff --git a/mappers/mapper_001_0.h b/mappers/mapper_001_0.h new file mode 100644 index 0000000..deb0e29 --- /dev/null +++ b/mappers/mapper_001_0.h @@ -0,0 +1,14 @@ + +struct mapper_001_0 { + uint8_t shift; + uint8_t shift_count; + uint8_t control; + uint8_t prg_bank; + uint8_t chr_bank0; + uint8_t chr_bank1; + + uint8_t *prg_rom_0; + uint8_t *prg_rom_1; + uint8_t *chr_bank_0; + uint8_t *chr_bank_1; +} __attribute__((packed, aligned(64))); -- cgit v1.2.3