3DS Virtual Console: Difference between revisions
TimmSkiller (talk | contribs) m →Config |
Fix confusion about CAA descriptor type |
||
Line 215: | Line 215: | ||
| 0x0 | | 0x0 | ||
| 0x4 | | 0x4 | ||
| | | Entry type. 0 is the ROM itself (without the CAA stuff) and offset must be 0 (otherwise fails w/ result 0xC900464F). 1 is ROM metadata, see below | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| Offset to | | Offset to entry data | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| Size of | | Size of entry data (unused by the function that parses this, which hardcodes the config size (0x324) to memcpy for type 1) | ||
|- | |- | ||
| 0xC | | 0xC | ||
Line 230: | Line 230: | ||
|} | |} | ||
==== | ====AGB ROM metadata==== | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 264: | Line 264: | ||
| 0x020 | | 0x020 | ||
| 0x4 | | 0x4 | ||
| | | "Accumulated" interframe alpha blending (01-FF, lower values equal more "ghosting"). Uses previous *output* instead of previous input | ||
|- | |- | ||
| 0x024 | | 0x024 |