User Tools

Site Tools


super_mario_64:rom_memory_map

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
super_mario_64:rom_memory_map [2018/03/09 18:27]
trenavix created
super_mario_64:rom_memory_map [2019/04/03 17:34] (current)
Andrey ok didn't get it, looks like there's more than just textures in there
Line 1: Line 1:
 ====== Super Mario 64 ROM Memory Map ====== ====== Super Mario 64 ROM Memory Map ======
-<​sortable 1> 
 ^ Start  ^ End    ^ Type   ^ Description ^ ^ Start  ^ End    ^ Type   ^ Description ^
 | 000000 | 000040 | header | ROM header | | 000000 | 000040 | header | ROM header |
 | 000040 | 001000 | asm    | boot assembly | | 000040 | 001000 | asm    | boot assembly |
 | 001000 | 0E6258 | asm | ASM copied to 80246000-8032B258 | | 001000 | 0E6258 | asm | ASM copied to 80246000-8032B258 |
 +| 0E6260 | 0E6330 | bin | rsp boot |
 +| 0E6330 | 0E7330 | bin | rsp graphics |
 +| 0E7740 | 0E7F40 | bin | rsp audio |
 +| 0E8950 | 0E8A48 | ptr | TableInteractions |
 | 0E8FA8 | 0E8FF0 | ptr | TableCameraTransitions | | 0E8FA8 | 0E8FF0 | ptr | TableCameraTransitions |
 | 0E9098 | 0E90E0 | ptr | TableCameraSL | | 0E9098 | 0E90E0 | ptr | TableCameraSL |
Line 235: Line 238:
 | 4EB1F0 | 4EC000 | level | ttm level | | 4EB1F0 | 4EC000 | level | ttm level |
 | 4EC000 | 579C26 | bin | mario animation | | 4EC000 | 579C26 | bin | mario animation |
 +| 57B720 | 593560 | m64 | ADSR/​Controls |
 +| 593560 | 7B0860 | m64 | Raw SFX Data/Table |
 | 7B0860 | 7CC620 | m64 | Music files | | 7B0860 | 7CC620 | m64 | Music files |
-| 7CC620 | 7CC6B7 ​| instrset | Instrument Set | +| 7CC620 | 7CC6C0 ​| instrset | Instrument Set | 
-</​sortable>​+| 7CC6C0 | 7FFFFF | | Padding (End of 8MB ROM) | 
 +| 800000 | 11A53C0 | MIO0 | Uncompressed MIO0 Data (Extended ROM) | 
 +| 11A53C0 | 17FFFFF | | Empty (End of 24MB Extended ROM) | 
 +| 1800000 | 1FFFFFF | | Empty (End of 32MB Extended ROM) | 
 +| 2000000 | 2FFFFFF | | Empty (End of 48MB Extended ROM) | 
 +| 3000000 | 3FFFFFF | | Empty (End of 64MB Extended ROM) | 
 ===== References ===== ===== References =====
   * http://​www.smwcentral.net/?​p=nmap&​m=sm64rom   * http://​www.smwcentral.net/?​p=nmap&​m=sm64rom
   * https://​github.com/​queueRAM/​sm64tools/​blob/​master/​configs/​sm64.u.config   * https://​github.com/​queueRAM/​sm64tools/​blob/​master/​configs/​sm64.u.config
super_mario_64/rom_memory_map.1520620056.txt.gz · Last modified: 2018/03/09 18:27 by trenavix