summaryrefslogtreecommitdiff
path: root/mappers/mapper_001_0.h
blob: deb0e29abb598e65ff6b48b8a640df258b3564e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)));