diff options
Diffstat (limited to 'lib/xixanta/src/mappings/unrom.toml')
| -rw-r--r-- | lib/xixanta/src/mappings/unrom.toml | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/lib/xixanta/src/mappings/unrom.toml b/lib/xixanta/src/mappings/unrom.toml deleted file mode 100644 index 070cfd1..0000000 --- a/lib/xixanta/src/mappings/unrom.toml +++ /dev/null @@ -1,69 +0,0 @@ -[HEADER] -start = 0x0000 -size = 0x0010 -fill = 0x00 -section_type = "Header" -segments = ["HEADER"] - -[PRG0] -start = 0x8000 -size = 0x4000 -fill = 0xF8 -section_type = "PRGROM" -segments = ["BANK0"] - -[PRG1] -start = 0x8000 -size = 0x4000 -fill = 0xF9 -section_type = "PRGROM" -segments = ["BANK1"] - -[PRG2] -start = 0x8000 -size = 0x4000 -fill = 0xFA -section_type = "PRGROM" -segments = ["BANK2"] - -[PRG3] -start = 0x8000 -size = 0x4000 -fill = 0xFB -section_type = "PRGROM" -segments = ["BANK3"] - -[PRG4] -start = 0x8000 -size = 0x4000 -fill = 0xFC -section_type = "PRGROM" -segments = ["BANK4"] - -[PRG5] -start = 0x8000 -size = 0x4000 -fill = 0xFD -section_type = "PRGROM" -segments = ["BANK5"] - -[PRG6] -start = 0x8000 -size = 0x4000 -fill = 0xFE -section_type = "PRGROM" -segments = ["BANK6"] - -[PRG] -start = 0xC000 -size = 0x3FFA -fill = 0xFF -section_type = "PRGROM" -segments = ["FIXED"] - -[ROMV] -start = 0xFFFA -size = 0x0006 -fill = 0x00 -section_type = "PRGROM" -segments = ["VECTORS"] |
