summaryrefslogtreecommitdiff
path: root/mknes_mapper.h
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-11-02 10:15:54 +0100
committerPeter Fors <peter.fors@mindkiller.com>2025-11-02 10:15:54 +0100
commitfc41466fe825eae4e5c2e2f4764482c53c687679 (patch)
tree82f238d9e977c589184864ce043b3af355bbff32 /mknes_mapper.h
parenta4bc9dcb3fee68c45fec1feb54a9b00c885dd68e (diff)
add new mapper, 004_0 MMC3
Diffstat (limited to 'mknes_mapper.h')
-rw-r--r--mknes_mapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mknes_mapper.h b/mknes_mapper.h
index 88351f5..36d711a 100644
--- a/mknes_mapper.h
+++ b/mknes_mapper.h
@@ -5,6 +5,7 @@
#include "mappers/mapper_003_0.h"
#include "mappers/mapper_003_1.h"
#include "mappers/mapper_003_2.h"
+#include "mappers/mapper_004_0.h"
#include "mappers/mapper_007_2.h"
#include "mappers/mapper_011_0.h"
#include "mappers/mapper_066_0.h"
@@ -30,6 +31,7 @@ union mapper_data {
struct mapper_003_0 m003_0;
struct mapper_003_1 m003_1;
struct mapper_003_2 m003_2;
+ struct mapper_004_0 m004_0;
struct mapper_007_2 m007_2;
struct mapper_011_0 m011_0;
struct mapper_066_0 m066_0;