aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/mappings/nrom65.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xixanta/src/mappings/nrom65.toml')
-rw-r--r--lib/xixanta/src/mappings/nrom65.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/xixanta/src/mappings/nrom65.toml b/lib/xixanta/src/mappings/nrom65.toml
deleted file mode 100644
index d4775e4..0000000
--- a/lib/xixanta/src/mappings/nrom65.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[HEADER]
-start = 0x0000
-size = 0x0010
-fill = 0x00
-section_type = "Header"
-segments = ["HEADER"]
-
-[ROM0]
-start = 0x8000
-size = 0x7FFA
-fill = 0x00
-section_type = "PRGROM"
-segments = ["STARTUP", "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"]