summaryrefslogtreecommitdiff
path: root/mapper_2002.h
diff options
context:
space:
mode:
Diffstat (limited to 'mapper_2002.h')
-rw-r--r--mapper_2002.h7
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)
+};