diff options
Diffstat (limited to 'mappers/mapper_002_2.h')
| -rw-r--r-- | mappers/mapper_002_2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mappers/mapper_002_2.h b/mappers/mapper_002_2.h new file mode 100644 index 0000000..b136274 --- /dev/null +++ b/mappers/mapper_002_2.h @@ -0,0 +1,7 @@ + + + +struct mapper_002_2 { + uint8_t *prg_bank0; // $8000–BFFF (switchable) + uint8_t *prg_bank1; // $C000–FFFF (fixed to last 16KB) +} __attribute__((packed, aligned(64))); |
