blob: 18dfec9a0e4b55eec0609bff1b4f17914fe30f12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
struct mapper_001_0 {
uint8_t shift_accumulator;
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)));
|