update rom map

This commit is contained in:
Michael Miceli 2023-12-30 20:55:32 -05:00
parent d3655c3348
commit 547a7932aa
1 changed files with 9 additions and 9 deletions

View File

@ -2,15 +2,15 @@ Below is a detailed overview of the layout of the Contra ROM file's contents.
In summary, the ROM contains the following things
| Type | Percentage |
|-------------------------|------------|
| Compressed Graphic Data | 49.177% |
| Code | 29.721% |
| Compressed Audio | 8.108% |
| Unused | 5.578% |
| Configuration Data | 4.024% |
| Sprite Data | 2.676% |
| Text Data | .695% |
| Type | Percentage | Bytes |
|-------------------------|------------|--------|
| Compressed Graphic Data | 49.179% | 64,461 |
| Code | 29.726% | 38,962 |
| Compressed Audio | 8.109% | 10,629 |
| Unused | 5.585% | 7,320 |
| Configuration Data | 4.027% | 5,278 |
| Sprite Data | 2.677% | 3,509 |
| Text Data | .697% | 913 |
# ROM Map