Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Jane Hacker Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:52, 18 April 2023 WikiSysop talk contribs created page DSM/Mitsubishi CAPS (Created page with "==File Formats== ==IDX - ?Index?== {| class="wikitable" !Byte # !Description |- |0-7 |Uppercase ASCII, matches file name, if name < 8 it is padded with 20h |- |8-10 |49h 44h 58h, literal: "IDX", Uppercase ASCII |- |11 |Always 00h, seperator |- |} ====Examples==== SEIBI.IDX - 2048 bytes <pre> Byte : 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 Hex : 53 45 49 42 49 20 20 20 49 44 58 00 09...")