aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/mappings/nrom.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta/src/mappings/nrom.toml')
-rw-r--r--lib/xixanta/src/mappings/nrom.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/xixanta/src/mappings/nrom.toml b/lib/xixanta/src/mappings/nrom.toml
new file mode 100644
index 0000000..18711a6
--- /dev/null
+++ b/lib/xixanta/src/mappings/nrom.toml
@@ -0,0 +1,27 @@
+[HEADER]
+start = 0x0000
+size = 0x0010
+fill = 0x00
+section_type = "Header"
+segments = ["HEADER"]
+
+[ROM0]
+start = 0x8000
+size = 0x7FFA
+fill = 0x00
+section_type = "PRGROM"
+segments = ["CODE"]
+
+[ROMV]
+start = 0xFFFA
+size = 0x0006
+fill = 0x00
+section_type = "PRGROM"
+segments = ["VECTORS"]
+
+[ROM2]
+start = 0x0000
+size = 0x2000
+fill = 0x00
+section_type = "CHRROM"
+segments = ["CHARS"]