diff options
Diffstat (limited to 'lib/xixanta/src/mappings/empty.toml')
| -rw-r--r-- | lib/xixanta/src/mappings/empty.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/xixanta/src/mappings/empty.toml b/lib/xixanta/src/mappings/empty.toml new file mode 100644 index 0000000..ae6312c --- /dev/null +++ b/lib/xixanta/src/mappings/empty.toml @@ -0,0 +1,12 @@ +[HEADER] +start = 0x0000 +size = 0x0010 +fill = 0x00 +section_type = "Header" +segments = ["HEADER"] + +[ROM0] +start = 0x8000 +size = 0x8000 +section_type = "PRGROM" +segments = ["CODE"] |
