summaryrefslogtreecommitdiff
path: root/mapper_gxrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'mapper_gxrom.h')
-rw-r--r--mapper_gxrom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mapper_gxrom.h b/mapper_gxrom.h
new file mode 100644
index 0000000..757ec16
--- /dev/null
+++ b/mapper_gxrom.h
@@ -0,0 +1,5 @@
+
+struct gxrom_mapper {
+ uint32_t prg_offset;
+ uint32_t chr_offset;
+};