diff options
| author | Peter Fors <peter.fors@mindkiller.com> | 2025-04-06 12:27:12 +0200 |
|---|---|---|
| committer | Peter Fors <peter.fors@mindkiller.com> | 2025-04-06 12:27:12 +0200 |
| commit | 39715ca6bf65d2e2dd889cdef4b39d584464d9e7 (patch) | |
| tree | 39390f6fadd0ddbe913ae66e11847b8b3e7b16bb /mapper_2002.h | |
| parent | dabd7a5848e6aa55e91cf4c804f6236b4f7fe30e (diff) | |
added more mappers (buggy)
Diffstat (limited to 'mapper_2002.h')
| -rw-r--r-- | mapper_2002.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mapper_2002.h b/mapper_2002.h new file mode 100644 index 0000000..6c648b5 --- /dev/null +++ b/mapper_2002.h @@ -0,0 +1,7 @@ + + + +struct mapper_2002 { + uint8_t *prg_bank0; // $8000–BFFF (switchable) + uint8_t *prg_bank1; // $C000–FFFF (fixed to last 16KB) +}; |
