Editing Talk:PS1 Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=TOC file layout= | |||
For multi bin images, probably require emu from ps plus. | |||
<br> | |||
Entry structure: | |||
{| class="wikitable" | |||
|- | |||
! Entry Nº !! Offset !! Length !! Name !! Example !! Notes | |||
|- | |||
| rowspan="10" style="background-color:#DDDDDD;" | 1 || 0x00 || 0x01 (1 byte) || '''TYPE''' || 0x41/0x01 || entry flags | |||
|- | |||
| 0x01 || 0x01 (1 byte) || '''TNO''' || 00 || always zero | |||
|- | |||
| 0x02 || 0x01 (1 byte) || '''POINT''' || 0xA0/0xA1/0xA2/0x01/0x02/0x03/etc || increases | |||
|- | |||
| 0x03 || 0x01 (1 byte) || '''MIN''' || varies || decimal | |||
|- | |||
| 0x04 || 0x01 (1 byte) || '''SEC''' || varies || decimal | |||
|- | |||
| 0x05 || 0x01 (1 byte) || '''FRAME''' || varies || decimal | |||
|- | |||
| 0x06 || 0x01 (1 byte) || '''ZERO''' || 00 || always zero | |||
|- | |||
| 0x07 || 0x01 (1 byte) || '''PMIN''' || varies || decimal | |||
|- | |||
| 0x08 || 0x01 (1 byte) || '''PSEC''' || varies || decimal | |||
|- | |||
| 0x09 || 0x01 (1 byte) || '''PFRAME''' || varies || decimal | |||
|- | |||
| style="background-color:#DDDDDD;" | Up to 102 || || || || || same structure than the previous entry | |||
|} |