From 39715ca6bf65d2e2dd889cdef4b39d584464d9e7 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Sun, 6 Apr 2025 12:27:12 +0200 Subject: added more mappers (buggy) --- mapper_2002.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mapper_2002.h (limited to 'mapper_2002.h') 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) +}; -- cgit v1.2.3