summaryrefslogtreecommitdiff
path: root/mapper_2002.h
blob: 6c648b5737266d7dd55614456f37c8fc7d586a60 (plain)
1
2
3
4
5
6
7



struct mapper_2002 {
	uint8_t *prg_bank0;	// $8000–BFFF (switchable)
	uint8_t *prg_bank1;	// $C000–FFFF (fixed to last 16KB)
};