console 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378
  1. #------------------------------------------------------------------------------
  2. # $File: console,v 1.80 2024/11/09 23:55:02 christos Exp $
  3. # Console game magic
  4. # Toby Deshane <hac@shoelace.digivill.net>
  5. # ines: file(1) magic for Marat's iNES Nintendo Entertainment System ROM dump format
  6. # Updated by David Korth <gerbilsoft@gerbilsoft.com>
  7. # References:
  8. # - https://wiki.nesdev.com/w/index.php/INES
  9. # - https://wiki.nesdev.com/w/index.php/NES_2.0
  10. # Common header for iNES, NES 2.0, and Wii U iNES.
  11. 0 name nes-rom-image-ines
  12. >7 byte&0x0C =0x8 (NES 2.0)
  13. >4 byte x \b: %ux16k PRG
  14. >5 byte x \b, %ux8k CHR
  15. >6 byte&0x08 =0x8 [4-Scr]
  16. >6 byte&0x09 =0x0 [H-mirror]
  17. >6 byte&0x09 =0x1 [V-mirror]
  18. >6 byte&0x02 =0x2 [SRAM]
  19. >6 byte&0x04 =0x4 [Trainer]
  20. >7 byte&0x03 =0x2 [PC10]
  21. >7 byte&0x03 =0x1 [VS]
  22. >>7 byte&0x0C =0x8
  23. # NES 2.0: VS PPU
  24. >>>13 byte&0x0F =0x0 \b, RP2C03B
  25. >>>13 byte&0x0F =0x1 \b, RP2C03G
  26. >>>13 byte&0x0F =0x2 \b, RP2C04-0001
  27. >>>13 byte&0x0F =0x3 \b, RP2C04-0002
  28. >>>13 byte&0x0F =0x4 \b, RP2C04-0003
  29. >>>13 byte&0x0F =0x5 \b, RP2C04-0004
  30. >>>13 byte&0x0F =0x6 \b, RP2C03B
  31. >>>13 byte&0x0F =0x7 \b, RP2C03C
  32. >>>13 byte&0x0F =0x8 \b, RP2C05-01
  33. >>>13 byte&0x0F =0x9 \b, RP2C05-02
  34. >>>13 byte&0x0F =0xA \b, RP2C05-03
  35. >>>13 byte&0x0F =0xB \b, RP2C05-04
  36. >>>13 byte&0x0F =0xC \b, RP2C05-05
  37. # TODO: VS protection hardware?
  38. >>7 byte x \b]
  39. # NES 2.0-specific flags.
  40. >7 byte&0x0C =0x8
  41. >>12 byte&0x03 =0x0 [NTSC]
  42. >>12 byte&0x03 =0x1 [PAL]
  43. >>12 byte&0x02 =0x2 [NTSC+PAL]
  44. # Standard iNES ROM header.
  45. 0 string NES\x1A NES ROM image (iNES)
  46. !:mime application/x-nes-rom
  47. >0 use nes-rom-image-ines
  48. # Wii U Virtual Console iNES ROM header.
  49. 0 belong 0x4E455300 NES ROM image (Wii U Virtual Console)
  50. !:mime application/x-nes-rom
  51. >0 use nes-rom-image-ines
  52. #------------------------------------------------------------------------------
  53. # unif: file(1) magic for UNIF-format Nintendo Entertainment System ROM images
  54. # Reference: https://wiki.nesdev.com/w/index.php/UNIF
  55. # From: David Korth <gerbilsoft@gerbilsoft.com>
  56. #
  57. # NOTE: The UNIF format uses chunks instead of a fixed header,
  58. # so most of the data isn't easily parseable.
  59. #
  60. 0 string UNIF
  61. >4 lelong <16 NES ROM image (UNIF v%d format)
  62. !:mime application/x-nes-rom
  63. #------------------------------------------------------------------------------
  64. # fds: file(1) magic for Famicom Disk System disk images
  65. # Reference: https://wiki.nesdev.com/w/index.php/Family_Computer_Disk_System#.FDS_format
  66. # From: David Korth <gerbilsoft@gerbilsoft.com>
  67. # TODO: Check "Disk info block" and get info from that in addition to the optional header.
  68. # Disk info block. (block 1)
  69. 0 name nintendo-fds-disk-info-block
  70. >23 byte !1 FMC-
  71. >23 byte 1 FSC-
  72. >16 string x \b%.3s
  73. >15 ubyte x \b, mfr %02X
  74. >20 ubyte x (Rev.%02u)
  75. # Headered version.
  76. 0 string FDS\x1A
  77. >0x11 string *NINTENDO-HVC* Famicom Disk System disk image:
  78. !:mime application/x-fds-disk
  79. >>0x10 use nintendo-fds-disk-info-block
  80. >4 byte 1 (%u side)
  81. >4 byte !1 (%u sides)
  82. # Unheadered version.
  83. 1 string *NINTENDO-HVC* Famicom Disk System disk image:
  84. !:mime application/x-fds-disk
  85. >0 use nintendo-fds-disk-info-block
  86. #------------------------------------------------------------------------------
  87. # tnes: file(1) magic for TNES-format Nintendo Entertainment System ROM images
  88. # Used by Nintendo 3DS NES Virtual Console games.
  89. # From: David Korth <gerbilsoft@gerbilsoft.com>
  90. #
  91. 0 string TNES NES ROM image (Nintendo 3DS Virtual Console)
  92. !:mime application/x-nes-rom
  93. >4 byte 100 \b: FDS,
  94. >>0x2010 use nintendo-fds-disk-info-block
  95. >4 byte !100 \b: TNES mapper %u
  96. >>5 byte x \b, %ux8k PRG
  97. >>6 byte x \b, %ux8k CHR
  98. >>7 byte&0x08 =1 [WRAM]
  99. >>8 byte&0x09 =1 [H-mirror]
  100. >>8 byte&0x09 =2 [V-mirror]
  101. >>8 byte&0x02 =3 [VRAM]
  102. #------------------------------------------------------------------------------
  103. # gameboy: file(1) magic for the Nintendo (Color) Gameboy raw ROM format
  104. # Reference: http://gbdev.gg8.se/wiki/articles/The_Cartridge_Header
  105. #
  106. # Title (16 chars for GB; 15 chars for CGB)
  107. 0 name gameboy-title
  108. >0x143 byte&0x80 0x80
  109. >>0x134 string >\0 \b: "%.15s"
  110. >0x143 byte&0x80 !0x80
  111. >>0x134 string >\0 \b: "%.16s"
  112. >0x14c byte x (Rev.%02u)
  113. # Machine type (SGB, CGB, SGB+CGB)
  114. # Old licensee code 0x33 is required for SGB, but not CGB.
  115. 0 name gameboy-machine-type
  116. >0x14b byte 0x33
  117. >>0x146 byte 0x03
  118. >>>0x143 byte&0x80 0x80 [SGB+CGB]
  119. >>>0x143 byte&0x80 !0x80 [SGB]
  120. >>0x146 byte !0x03
  121. >>>0x143 byte&0xC0 0x80 [CGB]
  122. >>>0x143 byte&0xC0 0xC0 [CGB ONLY]
  123. >0x14b byte !0x33
  124. >>0x143 byte&0xC0 0x80 [CGB]
  125. >>0x143 byte&0xC0 0xC0 [CGB ONLY]
  126. # Mapper
  127. 0 name gameboy-mapper
  128. >0 byte 0x00 [ROM ONLY]
  129. >0 byte 0x01 [MBC1]
  130. >0 byte 0x02 [MBC1+RAM]
  131. >0 byte 0x03 [MBC1+RAM+BATT]
  132. >0 byte 0x05 [MBC2]
  133. >0 byte 0x06 [MBC2+BATTERY]
  134. >0 byte 0x08 [ROM+RAM]
  135. >0 byte 0x09 [ROM+RAM+BATTERY]
  136. >0 byte 0x0B [MMM01]
  137. >0 byte 0x0C [MMM01+SRAM]
  138. >0 byte 0x0D [MMM01+SRAM+BATT]
  139. >0 byte 0x0F [MBC3+TIMER+BATT]
  140. >0 byte 0x10 [MBC3+TIMER+RAM+BATT]
  141. >0 byte 0x11 [MBC3]
  142. >0 byte 0x12 [MBC3+RAM]
  143. >0 byte 0x13 [MBC3+RAM+BATT]
  144. >0 byte 0x19 [MBC5]
  145. >0 byte 0x1A [MBC5+RAM]
  146. >0 byte 0x1B [MBC5+RAM+BATT]
  147. >0 byte 0x1C [MBC5+RUMBLE]
  148. >0 byte 0x1D [MBC5+RUMBLE+SRAM]
  149. >0 byte 0x1E [MBC5+RUMBLE+SRAM+BATT]
  150. >0 byte 0xFC [Pocket Camera]
  151. >0 byte 0xFD [Bandai TAMA5]
  152. >0 byte 0xFE [Hudson HuC-3]
  153. >0 byte 0xFF [Hudson HuC-1]
  154. # ROM size
  155. 0 name gameboy-rom-size
  156. >0 byte 0 \b, ROM: 256Kbit
  157. >0 byte 1 \b, ROM: 512Kbit
  158. >0 byte 2 \b, ROM: 1Mbit
  159. >0 byte 3 \b, ROM: 2Mbit
  160. >0 byte 4 \b, ROM: 4Mbit
  161. >0 byte 5 \b, ROM: 8Mbit
  162. >0 byte 6 \b, ROM: 16Mbit
  163. >0 byte 7 \b, ROM: 32Mbit
  164. >0 byte 0x52 \b, ROM: 9Mbit
  165. >0 byte 0x53 \b, ROM: 10Mbit
  166. >0 byte 0x54 \b, ROM: 12Mbit
  167. # RAM size
  168. 0 name gameboy-ram-size
  169. >0 byte 1 \b, RAM: 16Kbit
  170. >0 byte 2 \b, RAM: 64Kbit
  171. >0 byte 3 \b, RAM: 256Kbit
  172. >0 byte 4 \b, RAM: 1Mbit
  173. >0 byte 5 \b, RAM: 512Kbit
  174. # Game Boy (Color)
  175. 0x104 bequad 0xCEED6666CC0D000B
  176. >0x143 byte&0x80 0x80 Game Boy Color ROM image
  177. !:mime application/x-gameboy-color-rom
  178. >0x143 byte&0x80 !0x80 Game Boy ROM image
  179. !:mime application/x-gameboy-rom
  180. >0 use gameboy-title
  181. >0 use gameboy-machine-type
  182. >0x147 use gameboy-mapper
  183. >0x148 use gameboy-rom-size
  184. >0x149 use gameboy-ram-size
  185. # Analogue Pocket
  186. 0x104 bequad 0x0110CEEF000044AA
  187. >0 byte x Analogue Pocket ROM image
  188. !:mime application/x-analogue-pocket-rom
  189. >0 use gameboy-title
  190. >0 use gameboy-machine-type
  191. >0x147 use gameboy-mapper
  192. >0x148 use gameboy-rom-size
  193. >0x149 use gameboy-ram-size
  194. #------------------------------------------------------------------------------
  195. # genesis: file(1) magic for various Sega Mega Drive / Genesis ROM image and disc formats
  196. # Updated by David Korth <gerbilsoft@gerbilsoft.com>
  197. # References:
  198. # - https://www.retrodev.com/segacd.html
  199. # - http://devster.monkeeh.com/sega/32xguide1.txt
  200. #
  201. # Common Sega Mega Drive header format.
  202. # FIXME: Name fields are 48 bytes, but have spaces for padding instead of 00s.
  203. 0 name sega-mega-drive-header
  204. # ROM title. (Use domestic if present; if not, use international.)
  205. >0x120 byte >0x20
  206. >>0x120 string >\0 \b: "%.16s"
  207. >0x120 byte <0x21
  208. >>0x150 string >\0 \b: "%.16s"
  209. # Other information.
  210. >0x180 string >\0 (%.14s
  211. >>0x110 string >\0 \b, %.16s
  212. >0x180 byte 0
  213. >>0x110 string >\0 (%.16s
  214. >0 byte x \b)
  215. # TODO: Check for 32X CD?
  216. # Sega Mega CD disc images: 2048-byte sectors.
  217. 0 string SEGADISCSYSTEM\040\040 Sega Mega CD disc image
  218. !:mime application/x-sega-cd-rom
  219. >0 use sega-mega-drive-header
  220. >0 byte x \b, 2048-byte sectors
  221. 0 string SEGABOOTDISC\040\040\040\040 Sega Mega CD disc image
  222. !:mime application/x-sega-cd-rom
  223. >0 use sega-mega-drive-header
  224. >0 byte x \b, 2048-byte sectors
  225. # Sega Mega CD disc images: 2352-byte sectors.
  226. 0x10 string SEGADISCSYSTEM\040\040 Sega Mega CD disc image
  227. !:mime application/x-sega-cd-rom
  228. >0x10 use sega-mega-drive-header
  229. >0 byte x \b, 2352-byte sectors
  230. 0x10 string SEGABOOTDISC\040\040\040\040 Sega Mega CD disc image
  231. !:mime application/x-sega-cd-rom
  232. >0x10 use sega-mega-drive-header
  233. >0 byte x \b, 2352-byte sectors
  234. # Sega Mega Drive: Identify the system ID.
  235. 0x100 string SEGA
  236. >0x3C0 string MARS\040CHECK\040MODE Sega 32X ROM image
  237. !:mime application/x-genesis-32x-rom
  238. >>0 use sega-mega-drive-header
  239. >0x104 string \040PICO Sega Pico ROM image
  240. !:mime application/x-sega-pico-rom
  241. >>0 use sega-mega-drive-header
  242. >0x104 string TOYS\040PICO Sega Pico ROM image
  243. !:mime application/x-sega-pico-rom
  244. >>0 use sega-mega-drive-header
  245. >0x104 string \040TOYS\040PICO Sega Pico ROM image
  246. !:mime application/x-sega-pico-rom
  247. >>0 use sega-mega-drive-header
  248. >0x104 string \040IAC Sega Pico ROM image
  249. !:mime application/x-sega-pico-rom
  250. >>0 use sega-mega-drive-header
  251. >0x104 string \040TERA68K Sega Teradrive (68K) ROM image
  252. !:mime application/x-sega-teradrive-rom
  253. >>0 use sega-mega-drive-header
  254. >0x104 string \040TERA286 Sega Teradrive (286) ROM image
  255. !:mime application/x-sega-teradrive-rom
  256. >>0 use sega-mega-drive-header
  257. >0x180 string BR Sega Mega CD Boot ROM image
  258. !:mime application/x-genesis-rom
  259. >>0 use sega-mega-drive-header
  260. >0x104 default x Sega Mega Drive / Genesis ROM image
  261. !:mime application/x-genesis-rom
  262. >>0 use sega-mega-drive-header
  263. # Sega Mega Drive: Some ROMs have "SEGA" at 0x101, not 0x100.
  264. 0x100 string \040SEGA Sega Mega Drive / Genesis ROM image
  265. >0 use sega-mega-drive-header
  266. # Sega Pico ROMs that don't start with "SEGA".
  267. 0x100 string SAMSUNG\040PICO Samsung Pico ROM image
  268. !:mime application/x-sega-pico-rom
  269. >0 use sega-mega-drive-header
  270. 0x100 string IMA\040IKUNOUJYUKU Samsung Pico ROM image
  271. !:mime application/x-sega-pico-rom
  272. >0 use sega-mega-drive-header
  273. 0x100 string IMA\040IKUNOJYUKU Samsung Pico ROM image
  274. !:mime application/x-sega-pico-rom
  275. >0 use sega-mega-drive-header
  276. # Sega Picture Magic (modified 32X)
  277. 0x100 string Picture\040Magic
  278. >0x3C0 string PICTURE\040MAGIC-01 Sega 32X ROM image
  279. !:mime application/x-genesis-32x-rom
  280. >>0 use sega-mega-drive-header
  281. #------------------------------------------------------------------------------
  282. # genesis: file(1) magic for the Super MegaDrive ROM dump format
  283. #
  284. # NOTE: Due to interleaving, we can't display anything
  285. # other than the copier header information.
  286. 0 name sega-genesis-smd-header
  287. >0 byte x %dx16k blocks
  288. >2 byte 0 \b, last in series or standalone
  289. >2 byte >0 \b, split ROM
  290. # "Sega Genesis" header.
  291. 0x280 string EAGN
  292. >8 beshort 0xAABB Sega Mega Drive / Genesis ROM image (SMD format):
  293. !:mime application/x-genesis-rom
  294. >>0 use sega-genesis-smd-header
  295. # "Sega Mega Drive" header.
  296. 0x280 string EAMG
  297. >8 beshort 0xAABB Sega Mega Drive / Genesis ROM image (SMD format):
  298. !:mime application/x-genesis-rom
  299. >>0 use sega-genesis-smd-header
  300. #------------------------------------------------------------------------------
  301. # smsgg: file(1) magic for Sega Master System and Game Gear ROM images
  302. # Detects all Game Gear and export Sega Master System ROM images,
  303. # and some Japanese Sega Master System ROM images.
  304. # From: David Korth <gerbilsoft@gerbilsoft.com>
  305. # Reference: https://www.smspower.org/Development/ROMHeader
  306. #
  307. # General SMS header rule.
  308. # The SMS boot ROM checks the header at three locations.
  309. 0 name sega-master-system-rom-header
  310. # Machine type.
  311. >0x0F ubyte&0xF0 0x30 Sega Master System
  312. !:mime application/x-sms-rom
  313. >0x0F ubyte&0xF0 0x40 Sega Master System
  314. !:mime application/x-sms-rom
  315. >0x0F ubyte&0xF0 0x50 Sega Game Gear
  316. !:mime application/x-gamegear-rom
  317. >0x0F ubyte&0xF0 0x60 Sega Game Gear
  318. !:mime application/x-gamegear-rom
  319. >0x0F ubyte&0xF0 0x70 Sega Game Gear
  320. !:mime application/x-gamegear-rom
  321. >0x0F default x Sega Master System / Game Gear
  322. !:mime application/x-sms-rom
  323. >0 byte x ROM image:
  324. # Product code.
  325. >0x0E ubyte&0xF0 0x10 1
  326. >0x0E ubyte&0xF0 0x20 2
  327. >0x0E ubyte&0xF0 0x30 3
  328. >0x0E ubyte&0xF0 0x40 4
  329. >0x0E ubyte&0xF0 0x50 5
  330. >0x0E ubyte&0xF0 0x60 6
  331. >0x0E ubyte&0xF0 0x70 7
  332. >0x0E ubyte&0xF0 0x80 8
  333. >0x0E ubyte&0xF0 0x90 9
  334. >0x0E ubyte&0xF0 0xA0 10
  335. >0x0E ubyte&0xF0 0xB0 11
  336. >0x0E ubyte&0xF0 0xC0 12
  337. >0x0E ubyte&0xF0 0xD0 13
  338. >0x0E ubyte&0xF0 0xE0 14
  339. >0x0E ubyte&0xF0 0xF0 15
  340. # If the product code is 5 digits, we'll need to backspace here.
  341. >0x0E ubyte&0xF0 !0
  342. >>0x0C uleshort x \b%04x
  343. >0x0E ubyte&0xF0 0
  344. >>0x0C uleshort x %04x
  345. # Revision.
  346. >0x0E ubyte&0x0F x (Rev.%02d)
  347. # ROM size. (Used for the boot ROM checksum routine.)
  348. >0x0F ubyte&0x0F 0x0A (8 KB)
  349. >0x0F ubyte&0x0F 0x0B (16 KB)
  350. >0x0F ubyte&0x0F 0x0C (32 KB)
  351. >0x0F ubyte&0x0F 0x0D (48 KB)
  352. >0x0F ubyte&0x0F 0x0E (64 KB)
  353. >0x0F ubyte&0x0F 0x0F (128 KB)
  354. >0x0F ubyte&0x0F 0x00 (256 KB)
  355. >0x0F ubyte&0x0F 0x01 (512 KB)
  356. >0x0F ubyte&0x0F 0x02 (1 MB)
  357. # SMS/GG header locations.
  358. 0x7FF0 string TMR\040SEGA
  359. >0x7FF0 use sega-master-system-rom-header
  360. 0x3FF0 string TMR\040SEGA
  361. >0x3FF0 use sega-master-system-rom-header
  362. 0x1FF0 string TMR\040SEGA
  363. >0x1FF0 use sega-master-system-rom-header
  364. #------------------------------------------------------------------------------
  365. # saturn: file(1) magic for the Sega Saturn disc image format.
  366. # From: David Korth <gerbilsoft@gerbilsoft.com>
  367. #
  368. # Common Sega Saturn disc header format.
  369. # NOTE: Title is 112 bytes, but we're only showing 32 due to space padding.
  370. # TODO: Release date, device information, region code, others?
  371. 0 name sega-saturn-disc-header
  372. >0x60 string >\0 \b: "%.32s"
  373. >0x20 string >\0 (%.10s
  374. >>0x2A string >\0 \b, %.6s)
  375. >>0x2A byte 0 \b)
  376. # 2048-byte sector version.
  377. 0 string SEGA\040SEGASATURN\040 Sega Saturn disc image
  378. !:mime application/x-saturn-rom
  379. >0 use sega-saturn-disc-header
  380. >0 byte x (2048-byte sectors)
  381. # 2352-byte sector version.
  382. 0x10 string SEGA\040SEGASATURN\040 Sega Saturn disc image
  383. !:mime application/x-saturn-rom
  384. >0x10 use sega-saturn-disc-header
  385. >0 byte x (2352-byte sectors)
  386. #------------------------------------------------------------------------------
  387. # dreamcast: file(1) magic for the Sega Dreamcast disc image format.
  388. # From: David Korth <gerbilsoft@gerbilsoft.com>
  389. # Reference: https://mc.pp.se/dc/ip0000.bin.html
  390. #
  391. # Common Sega Dreamcast disc header format.
  392. # NOTE: Title is 128 bytes, but we're only showing 32 due to space padding.
  393. # TODO: Release date, device information, region code, others?
  394. 0 name sega-dreamcast-disc-header
  395. >0x80 string >\0 \b: "%.32s"
  396. >0x40 string >\0 (%.10s
  397. >>0x4A string >\0 \b, %.6s)
  398. >>0x4A byte 0 \b)
  399. # 2048-byte sector version.
  400. 0 string SEGA\040SEGAKATANA\040 Sega Dreamcast disc image
  401. !:mime application/x-dc-rom
  402. >0 use sega-dreamcast-disc-header
  403. >0 byte x (2048-byte sectors)
  404. # 2352-byte sector version.
  405. 0x10 string SEGA\040SEGAKATANA\040 Sega Dreamcast disc image
  406. !:mime application/x-dc-rom
  407. >0x10 use sega-dreamcast-disc-header
  408. >0 byte x (2352-byte sectors)
  409. #------------------------------------------------------------------------------
  410. # dreamcast: file(1) uncertain magic for the Sega Dreamcast VMU image format
  411. #
  412. 0 belong 0x21068028 Sega Dreamcast VMU game image
  413. 0 string LCDi Dream Animator file
  414. #------------------------------------------------------------------------------
  415. # z64: file(1) magic for the Z64 format N64 ROM dumps
  416. # Reference: http://forum.pj64-emu.com/showthread.php?t=2239
  417. # From: David Korth <gerbilsoft@gerbilsoft.com>
  418. #
  419. 0 bequad 0x803712400000000F Nintendo 64 ROM image
  420. !:mime application/x-n64-rom
  421. >0x20 string >\0 \b: "%.20s"
  422. >0x3B string x (%.4s
  423. >0x3F byte x \b, Rev.%02u)
  424. #------------------------------------------------------------------------------
  425. # v64: file(1) magic for the V64 format N64 ROM dumps
  426. # Same as z64 format, but with 16-bit byteswapping.
  427. #
  428. 0 bequad 0x3780401200000F00 Nintendo 64 ROM image (V64)
  429. !:mime application/x-n64-rom
  430. #------------------------------------------------------------------------------
  431. # n64-swap2: file(1) magic for the swap2 format N64 ROM dumps
  432. # Same as z64 format, but with swapped 16-bit words.
  433. #
  434. 0 bequad 0x12408037000F0000 Nintendo 64 ROM image (wordswapped)
  435. !:mime application/x-n64-rom
  436. #------------------------------------------------------------------------------
  437. # n64-le32: file(1) magic for the 32-bit byteswapped format N64 ROM dumps
  438. # Same as z64 format, but with 32-bit byteswapping.
  439. #
  440. 0 bequad 0x401237800F000000 Nintendo 64 ROM image (32-bit byteswapped)
  441. !:mime application/x-n64-rom
  442. #------------------------------------------------------------------------------
  443. # gba: file(1) magic for the Nintendo Game Boy Advance raw ROM format
  444. # Reference: https://problemkaputt.de/gbatek.htm#gbacartridgeheader
  445. #
  446. # Original version from: "Nelson A. de Oliveira" <naoliv@gmail.com>
  447. # Updated version from: David Korth <gerbilsoft@gerbilsoft.com>
  448. #
  449. 4 bequad 0x24FFAE51699AA221 Game Boy Advance ROM image
  450. !:mime application/x-gba-rom
  451. >0xA0 string >\0 \b: "%.12s"
  452. >0xAC string x (%.6s
  453. >0xBC byte x \b, Rev.%02u)
  454. #------------------------------------------------------------------------------
  455. # nds: file(1) magic for the Nintendo DS(i) raw ROM format
  456. # Reference: https://problemkaputt.de/gbatek.htm#dscartridgeheader
  457. #
  458. # Original version from: "Nelson A. de Oliveira" <naoliv@gmail.com>
  459. # Updated version from: David Korth <gerbilsoft@gerbilsoft.com>
  460. #
  461. 0xC0 bequad 0x24FFAE51699AA221 Nintendo DS ROM image
  462. !:mime application/x-nintendo-ds-rom
  463. >0x00 string >\0 \b: "%.12s"
  464. >0x0C string x (%.6s
  465. >0x1E byte x \b, Rev.%02u)
  466. >0x12 byte 2 (DSi enhanced)
  467. >0x12 byte 3 (DSi only)
  468. # Secure Area check.
  469. >0x20 lelong <0x4000 (homebrew)
  470. >0x20 lelong >0x3FFF
  471. >>0x4000 lequad 0x0000000000000000 (multiboot)
  472. >>0x4000 lequad !0x0000000000000000
  473. >>>0x4000 lequad 0xE7FFDEFFE7FFDEFF (decrypted)
  474. >>>0x4000 lequad !0xE7FFDEFFE7FFDEFF
  475. >>>>0x1000 lequad 0x0000000000000000 (encrypted)
  476. >>>>0x1000 lequad !0x0000000000000000 (mask ROM)
  477. #------------------------------------------------------------------------------
  478. # nds_passme: file(1) magic for Nintendo DS ROM images for GBA cartridge boot.
  479. # This is also used for loading .nds files using the MSET exploit on 3DS.
  480. # Reference: https://github.com/devkitPro/ndstool/blob/master/source/ndscreate.cpp
  481. 0xC0 bequad 0xC8604FE201708FE2 Nintendo DS Slot-2 ROM image (PassMe)
  482. !:mime application/x-nintendo-ds-rom
  483. #------------------------------------------------------------------------------
  484. # ngp: file(1) magic for the Neo Geo Pocket (Color) raw ROM format.
  485. # From: David Korth <gerbilsoft@gerbilsoft.com>
  486. # References:
  487. # - https://neogpc.googlecode.com/svn-history/r10/trunk/src/core/neogpc.cpp
  488. # - https://www.devrs.com/ngp/files/ngpctech.txt
  489. #
  490. 0x0A string BY\040SNK\040CORPORATION Neo Geo Pocket
  491. !:mime application/x-neo-geo-pocket-rom
  492. >0x23 byte 0x10 Color
  493. >0 byte x ROM image
  494. >0x24 string >\0 \b: "%.12s"
  495. >0x21 uleshort x \b, NEOP%04X
  496. >0x1F ubyte 0xFF (debug mode enabled)
  497. #------------------------------------------------------------------------------
  498. # msx: file(1) magic for MSX game cartridge dumps
  499. # Too simple - MPi
  500. #0 beshort 0x4142 MSX game cartridge dump
  501. #------------------------------------------------------------------------------
  502. # Sony Playstation executables (Adam Sjoegren <asjo@diku.dk>) :
  503. 0 string PS-X\040EXE Sony Playstation executable
  504. >16 lelong x PC=%#08x,
  505. >20 lelong !0 GP=%#08x,
  506. >24 lelong !0 .text=[%#08x,
  507. >>28 lelong x \b%#x],
  508. >32 lelong !0 .data=[%#08x,
  509. >>36 lelong x \b%#x],
  510. >40 lelong !0 .bss=[%#08x,
  511. >>44 lelong x \b%#x],
  512. >48 lelong !0 Stack=%#08x,
  513. >48 lelong =0 No Stack!,
  514. >52 lelong !0 StackSize=%#x,
  515. #>76 string >\0 (%s)
  516. # Area:
  517. >113 string x (%s)
  518. # CPE executables
  519. 0 string CPE CPE executable
  520. >3 byte x (version %d)
  521. # Sony PlayStation archive (PSARC)
  522. # From: Alexandre Iooss <erdnaxe@crans.org>
  523. # URL: https://www.psdevwiki.com/ps3/PlayStation_archive_(PSARC)
  524. 0 string PSAR Sony PlayStation Archive
  525. !:ext psarc
  526. >4 ubeshort x \b, version %d.
  527. >6 ubeshort x \b%d
  528. >8 string zlib \b, zlib compression
  529. >8 string lzma \b, LZMA compression
  530. >28 ubeshort&2 0 \b, relative paths
  531. >28 ubeshort&2 2 \b, absolute paths
  532. >28 ubeshort&1 1 \b, ignore case
  533. #------------------------------------------------------------------------------
  534. # Microsoft Xbox executables .xbe (Esa Hyytia <ehyytia@cc.hut.fi>)
  535. 0 string XBEH Microsoft Xbox executable
  536. !:mime audio/x-xbox-executable
  537. !:ext xbe
  538. # expect base address of 0x10000
  539. >0x0104 ulelong =0x10000
  540. >>(0x0118.l-0x0FFF4) lestring16 x \b: "%.40s"
  541. >>(0x0118.l-0x0FFF5) byte x (%c
  542. >>(0x0118.l-0x0FFF6) byte x \b%c-
  543. >>(0x0118.l-0x0FFF8) uleshort x \b%03u)
  544. >>(0x0118.l-0x0FF60) ulelong&0x80000007 0x80000007 \b, all regions
  545. >>(0x0118.l-0x0FF60) ulelong&0x80000007 !0x80000007
  546. >>>(0x0118.l-0x0FF60) ulelong >0 (regions:
  547. >>>>(0x0118.l-0x0FF60) ulelong &0x00000001 NA
  548. >>>>(0x0118.l-0x0FF60) ulelong &0x00000002 Japan
  549. >>>>(0x0118.l-0x0FF60) ulelong &0x00000004 Rest_of_World
  550. >>>>(0x0118.l-0x0FF60) ulelong &0x80000000 Manufacturer
  551. >>>(0x0118.l-0x0FF60) ulelong >0 \b)
  552. # probabilistic checks whether signed or not
  553. >0x0004 ulelong =0x0
  554. >>&2 ulelong =0x0
  555. >>>&2 ulelong =0x0 \b, not signed
  556. >0x0004 ulelong >0
  557. >>&2 ulelong >0
  558. >>>&2 ulelong >0 \b, signed
  559. # --------------------------------
  560. # Microsoft Xbox data file formats
  561. 0 string XIP0 XIP, Microsoft Xbox data
  562. 0 string XTF0 XTF, Microsoft Xbox data
  563. #------------------------------------------------------------------------------
  564. # Microsoft Xbox 360 executables (.xex)
  565. # From: David Korth <gerbilsoft@gerbilsoft.com>
  566. # References:
  567. # - https://free60project.github.io/wiki/XEX.html
  568. # - https://github.com/xenia-project/xenia/blob/HEAD/src/xenia/kernel/util/xex2_info.h
  569. # Title ID (part of Execution ID section)
  570. 0 name xbox-360-xex-execution-id
  571. >(0.L+0xC) byte x (%c
  572. >(0.L+0xD) byte x \b%c
  573. >(0.L+0xE) beshort x \b-%04u, media ID:
  574. >(0.L) belong x %08X)
  575. # Region code (part of Security Info)
  576. 0 name xbox-360-xex-region-code
  577. >0 ubelong 0xFFFFFFFF \b, all regions
  578. >0 ubelong !0xFFFFFFFF
  579. >>0 ubelong >0 (regions:
  580. >>0 ubelong&0x000000FF 0x000000FF USA
  581. >>0 ubelong&0x00000100 0x00000100 Japan
  582. >>0 ubelong&0x00000200 0x00000200 China
  583. >>0 ubelong&0x0000FC00 0x0000FC00 Asia
  584. >>0 ubelong&0x00FF0000 0x00FF0000 PAL
  585. >>0 ubelong&0x00FF0000 0x00FE0000 PAL [except AU/NZ]
  586. >>0 ubelong&0x00FF0000 0x00010000 AU/NZ
  587. >>0 ubelong&0xFF000000 0xFF000000 Other
  588. >>0 ubelong >0 \b)
  589. 0 string XEX2 Microsoft Xbox 360 executable
  590. !:mime audio/x-xbox360-executable
  591. !:ext xex
  592. >0x18 search/0x100 \x00\x04\x00\x06
  593. >>&0 use xbox-360-xex-execution-id
  594. >(0x010.L+0x178) use xbox-360-xex-region-code
  595. 0 string XEX1 Microsoft Xbox 360 executable (XEX1)
  596. !:mime audio/x-xbox360-executable
  597. !:ext xex
  598. >0x18 search/0x100 \x00\x04\x00\x06
  599. >>&0 use xbox-360-xex-execution-id
  600. >(0x010.L+0x154) use xbox-360-xex-region-code
  601. #------------------------------------------------------------------------------
  602. # Microsoft Xbox 360 packages
  603. # From: David Korth <gerbilsoft@gerbilsoft.com>
  604. # References:
  605. # - https://free60project.github.io/wiki/STFS.html
  606. # - https://github.com/xenia-project/xenia/blob/HEAD/src/xenia/kernel/util/xex2_info.h
  607. # TODO: More information for console-signed packages.
  608. 0 name xbox-360-package
  609. >0x360 byte x (%c
  610. >0x361 byte x \b%c
  611. >0x362 beshort x \b-%04u, media ID:
  612. >0x354 belong x %08X)
  613. >0x344 belong x \b, content type:
  614. >>0x344 belong 0x1 Saved Game
  615. >>0x344 belong 0x2 Marketplace Content
  616. >>0x344 belong 0x3 Publisher
  617. >>0x344 belong 0x1000 Xbox 360 Title
  618. >>0x344 belong 0x2000 IPTV Pause Buffer
  619. >>0x344 belong 0x4000 Installed Game
  620. >>0x344 belong 0x5000 Original Xbox Game
  621. >>0x344 belong 0x9000 Avatar Item
  622. >>0x344 belong 0x10000 Profile
  623. >>0x344 belong 0x20000 Gamer Picture
  624. >>0x344 belong 0x30000 Theme
  625. >>0x344 belong 0x40000 Cache File
  626. >>0x344 belong 0x50000 Storage Download
  627. >>0x344 belong 0x60000 Xbox Saved Game
  628. >>0x344 belong 0x70000 Xbox Download
  629. >>0x344 belong 0x80000 Game Demo
  630. >>0x344 belong 0x90000 Video
  631. >>0x344 belong 0xA0000 Game
  632. >>0x344 belong 0xB0000 Installer
  633. >>0x344 belong 0xC0000 Game Trailer
  634. >>0x344 belong 0xD0000 Arcade Title
  635. >>0x344 belong 0xE0000 XNA
  636. >>0x344 belong 0xF0000 License Store
  637. >>0x344 belong 0x100000 Movie
  638. >>0x344 belong 0x200000 TV
  639. >>0x344 belong 0x300000 Music Video
  640. >>0x344 belong 0x400000 Game Video
  641. >>0x344 belong 0x500000 Podcast Video
  642. >>0x344 belong 0x600000 Viral Video
  643. >>0x344 belong 0x2000000 Community Game
  644. 0 string CON\x20 Microsoft Xbox 360 package (console-signed)
  645. >0 use xbox-360-package
  646. 0 string PIRS
  647. >0 belong 0 Microsoft Xbox 360 package (non-Xbox Live)
  648. >>0 use xbox-360-package
  649. 0 string LIVE
  650. >0x104 belong 0 Microsoft Xbox 360 package (Xbox Live)
  651. >>0 use xbox-360-package
  652. # Atari Lynx cartridge dump (EXE/BLL header)
  653. # From: "Stefan A. Haubenthal" <polluks@sdf.lonestar.org>
  654. # Reference:
  655. # https://raw.githubusercontent.com/cc65/cc65/master/libsrc/lynx/exehdr.s
  656. # Double-check that the image type matches too, 0x8008 conflicts with
  657. # 8 character OMF-86 object file headers.
  658. 0 beshort 0x8008
  659. >6 string BS93 Lynx homebrew cartridge
  660. !:mime application/x-atari-lynx-rom
  661. >>2 beshort x \b, RAM start $%04x
  662. # Update: Joerg Jenderek
  663. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/l/lnx.trid.xml
  664. # Note: called "Atari Lynx ROM" by TrID
  665. 0 string LYNX Lynx cartridge
  666. !:mime application/x-atari-lynx-rom
  667. !:ext lnx
  668. # bank 0 page size like: 128 256 512
  669. >4 leshort/4 >0 \b, bank 0 %dk
  670. >6 leshort/4 >0 \b, bank 1 %dk
  671. # 32 bytes cart name like: "jconnort.lyx" "viking~1.lyx" "Eye of the Beholder" "C:\EMU\LYNX\ROMS\ULTCHESS.LYX"
  672. >10 string >\0 \b, "%.32s"
  673. # 16 bytes manufacturer like: "Atari" "NuFX Inc." "Matthias Domin"
  674. >42 string >\0 \b, "%.16s"
  675. # version number
  676. #>8 leshort !1 \b, version number %u
  677. # rotation: 1~left Lexis (NA).lnx 2~right Centipede (Prototype).lnx
  678. >58 ubyte >0 \b, rotation %u
  679. # spare
  680. #>59 lelong !0 \b, spare %#x
  681. # Opera file system that is used on the 3DO console
  682. # From: Serge van den Boom <svdb@stack.nl>
  683. 0 string \x01ZZZZZ\x01 3DO "Opera" file system
  684. # From: Alex Myczko <alex@aiei.ch>
  685. # From: David Pflug <david@pflug.email>
  686. # Update: Joerg Jenderek
  687. # URL: http://fileformats.archiveteam.org/wiki/Game_Boy_Sound
  688. # http://en.wikipedia.org/wiki/Game_Boy_Sound_System
  689. # Reference: http://mark0.net/download/triddefs_xml.7z/defs/g/gbs.trid.xml
  690. # Note: called "GameBoy Sound System dump" by TrID,
  691. # "Gameboy GBS rom image" by X11 Gameboy sound player xgbsplay and
  692. # verified by gbsplay `LANG=C gbsinfo /usr/share/doc/gbsplay/examples/nightmode.gbs`
  693. # is the offset 12 or the offset 16 correct?
  694. # GBS (Game Boy Sound) magic
  695. # http://ftp.modland.com/pub/documents/format_documentation/\
  696. # Gameboy%20Sound%20System%20(.gbs).txt
  697. # skip Grand Theft Auto 2 Style data (*.sty via sty-gta2.trid.xml) and Opera (*.patch) by check for valid "low" version
  698. 0 string GBS\001 Nintendo Gameboy Music/Audio Data
  699. !:mime audio/x-nintendo-gbs
  700. # by gbsplay or xgbsplay tools
  701. #!:mime audio/gbs
  702. #!:mime audio/prs.gbs
  703. !:ext gbs
  704. # fields are right null-filled; no terminating \0 if all bytes are used; if field unknown, should be set to a single ?
  705. # title string like: "Blues Brothers" "Bugs Bunny Crazy Castle 3"
  706. #12 string GameBoy\040Music\040Module Nintendo Gameboy Music Module
  707. >16 string >\0 ("%.32s" by
  708. # author string like: <?>, by Laxity, Justin Muir, 1993 Ocean
  709. >48 string >\0 %.32s, copyright
  710. # copyright string like: empty "1991 Titus" "2001 Imagineer/KT.Kodansha/P&B" "2000 Newline, Ubisoft, D. Eclip."
  711. >80 string >\0 %.32s
  712. # GBSVersion; 1
  713. #>3 byte !1 version %u,
  714. # number of songs (1-255)
  715. >4 ubyte x \b), %u track
  716. # plural s
  717. >4 ubyte >1 \bs
  718. # default subsong; like: 1 (often) 2 29 60 79 82
  719. >5 ubyte !1 \b, %u first
  720. # load address (400h-7fffh)
  721. >6 uleshort x \b, load address %#4.4x
  722. # init address (400h-7fffh)
  723. >8 uleshort x \b, init address %#4.4x
  724. # play address (400-7fffh)
  725. >10 uleshort x \b, play address %#4.4x
  726. # stack pointer; like: FFFEh (default) CFFFh DCFEh DDFEh DDFFh DEFFh E000h FFF4h
  727. >12 uleshort x \b, stack pointer %#4.4x
  728. # timer modulo; often 0
  729. >14 ubyte !0 \b, timer modulo %#x
  730. # timer control; often 0
  731. >15 ubyte !0 \b, timer control %#x
  732. # code and Data (see RST VECTORS)
  733. #>0x70 ubequad x \b, data %#16.16llx...
  734. # IPS Patch Files from: From: Thomas Klausner <tk@giga.or.at>
  735. # see https://zerosoft.zophar.net/ips.php
  736. 0 string PATCH IPS patch file
  737. !:ext ips
  738. # BPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
  739. # Reference: https://www.romhacking.net/documents/746/
  740. 0 string BPS1 BPS patch file
  741. !:ext bps
  742. # APS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
  743. # Reference: https://github.com/btimofeev/UniPatcher/wiki/APS-(N64)
  744. 0 string APS10 APS patch file
  745. !:ext aps
  746. >5 byte 0 \b, simple patch
  747. >5 byte 1 \b, N64-specific patch for
  748. >>58 byte x N%c
  749. >>59 byte x \b%c
  750. >>60 byte x \b%c
  751. >7 byte !0x20
  752. # FIXME: /T specifier isn't working with a fixed-length string.
  753. >>7 string x \b: "%.50s"
  754. # UPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
  755. # Reference: http://fileformats.archiveteam.org/wiki/UPS_(binary_patch_format)
  756. 0 string UPS1 UPS patch file
  757. !:ext ups
  758. # Playstations Patch Files from: From: Thomas Klausner <tk@giga.or.at>
  759. 0 string PPF30 Playstation Patch File version 3.0
  760. >5 byte 0 \b, PPF 1.0 patch
  761. >5 byte 1 \b, PPF 2.0 patch
  762. >5 byte 2 \b, PPF 3.0 patch
  763. >>56 byte 0 \b, Imagetype BIN (any)
  764. >>56 byte 1 \b, Imagetype GI (PrimoDVD)
  765. >>57 byte 0 \b, Blockcheck disabled
  766. >>57 byte 1 \b, Blockcheck enabled
  767. >>58 byte 0 \b, Undo data not available
  768. >>58 byte 1 \b, Undo data available
  769. >6 string x \b, description: %s
  770. 0 string PPF20 Playstation Patch File version 2.0
  771. >5 byte 0 \b, PPF 1.0 patch
  772. >5 byte 1 \b, PPF 2.0 patch
  773. >>56 lelong >0 \b, size of file to patch %d
  774. >6 string x \b, description: %s
  775. 0 string PPF10 Playstation Patch File version 1.0
  776. >5 byte 0 \b, Simple Encoding
  777. >6 string x \b, description: %s
  778. # Compressed ISO disc image (used mostly by PSP, PS2 and MegaDrive)
  779. # From: Alexandre Iooss <erdnaxe@crans.org>
  780. # URL: https://en.wikipedia.org/wiki/.CSO
  781. # NOTE: This is NOT the same as Compact ISO or GameCube/Wii disc image,
  782. # though it has the same magic number.
  783. 0 string CISO
  784. # Match CISO version 1 with ISO-9660 sector size
  785. >20 ubyte <2
  786. >>16 ulelong =2048 CSO v1 disk image
  787. !:mime application/x-compressed-iso
  788. !:ext ciso/cso
  789. >>>8 ulequad x \b, original size %llu bytes
  790. >>>16 ulelong x \b, datablock size %u bytes
  791. # Match CISO version 2
  792. >20 ubyte =2
  793. >>22 uleshort =0
  794. >>>4 ulelong =24 CSO v2 disk image
  795. !:mime application/x-compressed-iso
  796. !:ext ciso/cso
  797. >>>>8 ulequad x \b, original size %llu bytes
  798. >>>>16 ulelong x \b, datablock size %u bytes
  799. # Type: Nintendo GameCube/Wii disc image (CISO format)
  800. # NOTE: This is NOT the same as Compact ISO or PSP CISO,
  801. # though it has the same magic number.
  802. # Other fields are used to determine what type of CISO this is:
  803. # - 0x04 == 0x00200000: GameCube/Wii CISO (block_size)
  804. # - 0x10 == 0x00000800: PSP CISO (ISO-9660 sector size)
  805. # - None of the above: Compact ISO.
  806. >4 lelong 0x200000
  807. >>8 byte 1
  808. >>>0x801C belong 0xC2339F3D Nintendo GameCube disc image (CISO format):
  809. !:mime application/x-wii-rom
  810. >>>>0x8000 use nintendo-gcn-disc-common
  811. >>>0x8018 belong 0x5D1C9EA3 Nintendo Wii disc image (CISO format):
  812. !:mime application/x-wii-rom
  813. >>>>0x8000 use nintendo-gcn-disc-common
  814. # .cso files
  815. # Reference: https://pismotec.com/ciso/ciso.h
  816. # NOTE: There are two other formats with the same magic but
  817. # completely incompatible specifications:
  818. # - GameCube/Wii CISO: https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/DiscIO/CISOBlob.h
  819. # - PSP CISO: https://github.com/jamie/ciso/blob/master/ciso.h
  820. # Other fields are used to determine what type of CISO this is:
  821. # - 0x04 == 0x00200000: GameCube/Wii CISO (block_size)
  822. # - 0x10 == 0x00000800: PSP CISO (ISO-9660 sector size)
  823. # - 0x10 == 0x00004000: For >2GB files using maxcso...
  824. # https://github.com/unknownbrackets/maxcso/issues/26
  825. # - None of the above: Compact ISO.
  826. >4 lelong !0
  827. >>4 lelong !0x200000
  828. >>>16 lelong !0x800
  829. >>>>16 lelong !0x4000 Compressed ISO CD image
  830. # From: Daniel Dawson <ddawson@icehouse.net>
  831. # SNES9x .smv "movie" file format.
  832. 0 string SMV\x1A SNES9x input recording
  833. >0x4 lelong x \b, version %d
  834. # version 4 is latest so far
  835. >0x4 lelong <5
  836. >>0x8 ledate x \b, recorded at %s
  837. >>0xc lelong >0 \b, rerecorded %d times
  838. >>0x10 lelong x \b, %d frames long
  839. >>0x14 byte >0 \b, data for controller(s):
  840. >>>0x14 byte &0x1 #1
  841. >>>0x14 byte &0x2 #2
  842. >>>0x14 byte &0x4 #3
  843. >>>0x14 byte &0x8 #4
  844. >>>0x14 byte &0x10 #5
  845. >>0x15 byte ^0x1 \b, begins from snapshot
  846. >>0x15 byte &0x1 \b, begins from reset
  847. >>0x15 byte ^0x2 \b, NTSC standard
  848. >>0x15 byte &0x2 \b, PAL standard
  849. >>0x17 byte &0x1 \b, settings:
  850. # WIP1Timing not used as of version 4
  851. >>>0x4 lelong <4
  852. >>>>0x17 byte &0x2 WIP1Timing
  853. >>>0x17 byte &0x4 Left+Right
  854. >>>0x17 byte &0x8 VolumeEnvX
  855. >>>0x17 byte &0x10 FakeMute
  856. >>>0x17 byte &0x20 SyncSound
  857. # New flag as of version 4
  858. >>>0x4 lelong >3
  859. >>>>0x17 byte &0x80 NoCPUShutdown
  860. >>0x4 lelong <4
  861. >>>0x18 lelong >0x23
  862. >>>>0x20 leshort !0
  863. >>>>>0x20 lestring16 x \b, metadata: "%s"
  864. >>0x4 lelong >3
  865. >>>0x24 byte >0 \b, port 1:
  866. >>>>0x24 byte 1 joypad
  867. >>>>0x24 byte 2 mouse
  868. >>>>0x24 byte 3 SuperScope
  869. >>>>0x24 byte 4 Justifier
  870. >>>>0x24 byte 5 multitap
  871. >>>0x24 byte >0 \b, port 2:
  872. >>>>0x25 byte 1 joypad
  873. >>>>0x25 byte 2 mouse
  874. >>>>0x25 byte 3 SuperScope
  875. >>>>0x25 byte 4 Justifier
  876. >>>>0x25 byte 5 multitap
  877. >>>0x18 lelong >0x43
  878. >>>>0x40 leshort !0
  879. >>>>>0x40 lestring16 x \b, metadata: "%s"
  880. >>0x17 byte &0x40 \b, ROM:
  881. >>>(0x18.l-26) lelong x CRC32 %#08x
  882. >>>(0x18.l-23) string x "%s"
  883. # Type: scummVM savegame files
  884. # From: Sven Hartge <debian@ds9.argh.org>
  885. 0 string SCVM ScummVM savegame
  886. >12 string >\0 "%s"
  887. #------------------------------------------------------------------------------
  888. # Nintendo GameCube / Wii file formats.
  889. #
  890. # Type: Nintendo GameCube/Wii common disc header data.
  891. # From: David Korth <gerbilsoft@gerbilsoft.com>
  892. # Reference: https://wiibrew.org/wiki/Wii_Disc
  893. 0 name nintendo-gcn-disc-common
  894. >0x20 string x "%.64s"
  895. >0x00 string x (%.6s
  896. >0x06 byte >0
  897. >>0x06 byte 1 \b, Disc 2
  898. >>0x06 byte 2 \b, Disc 3
  899. >>0x06 byte 3 \b, Disc 4
  900. >0x07 byte x \b, Rev.%02u)
  901. >0x18 belong 0x5D1C9EA3
  902. >>0x60 beshort 0x0101 \b (Unencrypted)
  903. >0x200 string NKIT \b (NKit compressed)
  904. # Type: Nintendo GameCube disc image
  905. # From: David Korth <gerbilsoft@gerbilsoft.com>
  906. # Reference: https://wiibrew.org/wiki/Wii_Disc
  907. 0x1C belong 0xC2339F3D Nintendo GameCube disc image:
  908. !:mime application/x-gamecube-rom
  909. >0 use nintendo-gcn-disc-common
  910. # Type: Nintendo GameCube embedded disc image
  911. # Commonly found on demo discs.
  912. # From: David Korth <gerbilsoft@gerbilsoft.com>
  913. # Reference: http://hitmen.c02.at/files/yagcd/yagcd/index.html#idx14.8
  914. 0 belong 0xAE0F38A2
  915. >0x0C belong 0x00100000
  916. >>(8.L+0x1C) belong 0xC2339F3D Nintendo GameCube embedded disc image:
  917. !:mime application/x-gamecube-rom
  918. >>>(8.L) use nintendo-gcn-disc-common
  919. # Type: Nintendo Wii disc image
  920. # From: David Korth <gerbilsoft@gerbilsoft.com>
  921. # Reference: https://wiibrew.org/wiki/Wii_Disc
  922. 0x18 belong 0x5D1C9EA3 Nintendo Wii disc image:
  923. >0 use nintendo-gcn-disc-common
  924. # Type: Nintendo Wii disc image (WBFS format)
  925. # From: David Korth <gerbilsoft@gerbilsoft.com>
  926. # Reference: https://wiibrew.org/wiki/Wii_Disc
  927. 0 string WBFS
  928. >0x218 belong 0x5D1C9EA3 Nintendo Wii disc image (WBFS format):
  929. !:mime application/x-wii-rom
  930. >>0x200 use nintendo-gcn-disc-common
  931. # Type: Nintendo GameCube/Wii disc image (GCZ format)
  932. # Due to zlib compression, we can't get the actual disc information.
  933. 0 lelong 0xB10BC001
  934. >4 lelong 0 Nintendo GameCube disc image (GCZ format)
  935. !:mime application/x-gamecube-rom
  936. >4 lelong 1 Nintendo Wii disc image (GCZ format)
  937. !:mime application/x-wii-rom
  938. >4 default x Nintendo GameCube/Wii disc image (GCZ format)
  939. # Type: Nintendo GameCube/Wii disc image (WDF format)
  940. 0 string WII\001DISC
  941. >8 belong 1
  942. # WDFv1
  943. >>0x54 belong 0xC2339F3D Nintendo GameCube disc image (WDFv1 format):
  944. !:mime application/x-gamecube-rom
  945. >>>0x38 use nintendo-gcn-disc-common
  946. >>0x58 belong 0x5D1C9EA3 Nintendo Wii disc image (WDFv1 format):
  947. !:mime application/x-wii-rom
  948. >>>0x38 use nintendo-gcn-disc-common
  949. >8 belong 2
  950. # WDFv2
  951. >>(12.L+0x1C) belong 0xC2339F3D Nintendo GameCube disc image (WDFv2 format):
  952. !:mime application/x-gamecube-rom
  953. >>>(12.L) use nintendo-gcn-disc-common
  954. >>(12.L+0x18) belong 0x5D1C9EA3 Nintendo Wii disc image (WDFv2 format):
  955. !:mime application/x-wii-rom
  956. >>>(12.L) use nintendo-gcn-disc-common
  957. # Type: Nintendo GameCube/Wii disc image (WIA format)
  958. 0 string WIA\001 Nintendo
  959. >0x48 belong 1 GameCube
  960. !:mime application/x-gamecube-rom
  961. >0x48 belong 2 Wii
  962. !:mime application/x-wii-rom
  963. >0x48 default x GameCube/Wii
  964. >0x48 belong x disc image (WIA format):
  965. >>0x58 use nintendo-gcn-disc-common
  966. # Type: Nintendo GameCube/Wii disc image (with SDK header)
  967. # From: David Korth <gerbilsoft@gerbilsoft.com>
  968. # Reference: https://wiibrew.org/wiki/Wii_Disc
  969. 0 belong 0xFFFF0000
  970. >0x18 belong 0x00000000
  971. >>0x1C belong 0x00000000
  972. >>>0x8018 belong 0x5D1C9EA3 Nintendo Wii SDK disc image:
  973. !:mime application/x-wii-rom
  974. >>>>0x8000 use nintendo-gcn-disc-common
  975. >>>0x801C belong 0xC2339F3D Nintendo GameCube SDK disc image:
  976. !:mime application/x-gamecube-rom
  977. >>>>0x8000 use nintendo-gcn-disc-common
  978. # Type: Nintendo GameCube/Wii disc image (RVZ format)
  979. 0 string RVZ\001 Nintendo
  980. >0x48 belong 1 GameCube
  981. !:mime application/x-gamecube-rom
  982. >0x48 belong 2 Wii
  983. !:mime application/x-wii-rom
  984. >0x48 default x GameCube/Wii
  985. >0x48 belong x disc image (RVZ format):
  986. >>0x58 use nintendo-gcn-disc-common
  987. #------------------------------------------------------------------------------
  988. # Nintendo 3DS file formats.
  989. #
  990. # Type: Nintendo 3DS "NCSD" image. (game cards and eMMC)
  991. # From: David Korth <gerbilsoft@gerbilsoft.com>
  992. # Reference: https://www.3dbrew.org/wiki/NCSD
  993. 0x100 string NCSD
  994. >0x118 lequad 0 Nintendo 3DS Game Card image
  995. # NCCH header for partition 0. (game data)
  996. >>0x1150 string >\0 \b: "%.16s"
  997. >>0x312 byte x (Rev.%02u)
  998. >>0x118C byte 2 (New3DS only)
  999. >>0x18D byte 0 (inner device)
  1000. >>0x18D byte 1 (Card1)
  1001. >>0x18D byte 2 (Card2)
  1002. >>0x18D byte 3 (extended device)
  1003. >0x118 bequad 0x0102020202000000 Nintendo 3DS eMMC dump (Old3DS)
  1004. >0x118 bequad 0x0102020203000000 Nintendo 3DS eMMC dump (New3DS)
  1005. # Nintendo 3DS version code.
  1006. # Reference: https://www.3dbrew.org/wiki/Titles
  1007. # Format: leshort containing three fields:
  1008. # - 6-bit: Major
  1009. # - 6-bit: Minor
  1010. # - 4-bit: Revision
  1011. # NOTE: Only supporting major/minor versions from 0-15 right now.
  1012. # NOTE: Should be prefixed with "v".
  1013. 0 name nintendo-3ds-version-code
  1014. # Raw version.
  1015. >0 leshort x \b%u,
  1016. # Major version.
  1017. >0 leshort&0xFC00 0x0000 0
  1018. >0 leshort&0xFC00 0x0400 1
  1019. >0 leshort&0xFC00 0x0800 2
  1020. >0 leshort&0xFC00 0x0C00 3
  1021. >0 leshort&0xFC00 0x1000 4
  1022. >0 leshort&0xFC00 0x1400 5
  1023. >0 leshort&0xFC00 0x1800 6
  1024. >0 leshort&0xFC00 0x1C00 7
  1025. >0 leshort&0xFC00 0x2000 8
  1026. >0 leshort&0xFC00 0x2400 9
  1027. >0 leshort&0xFC00 0x2800 10
  1028. >0 leshort&0xFC00 0x2C00 11
  1029. >0 leshort&0xFC00 0x3000 12
  1030. >0 leshort&0xFC00 0x3400 13
  1031. >0 leshort&0xFC00 0x3800 14
  1032. >0 leshort&0xFC00 0x3C00 15
  1033. # Minor version.
  1034. >0 leshort&0x03F0 0x0000 \b.0
  1035. >0 leshort&0x03F0 0x0010 \b.1
  1036. >0 leshort&0x03F0 0x0020 \b.2
  1037. >0 leshort&0x03F0 0x0030 \b.3
  1038. >0 leshort&0x03F0 0x0040 \b.4
  1039. >0 leshort&0x03F0 0x0050 \b.5
  1040. >0 leshort&0x03F0 0x0060 \b.6
  1041. >0 leshort&0x03F0 0x0070 \b.7
  1042. >0 leshort&0x03F0 0x0080 \b.8
  1043. >0 leshort&0x03F0 0x0090 \b.9
  1044. >0 leshort&0x03F0 0x00A0 \b.10
  1045. >0 leshort&0x03F0 0x00B0 \b.11
  1046. >0 leshort&0x03F0 0x00C0 \b.12
  1047. >0 leshort&0x03F0 0x00D0 \b.13
  1048. >0 leshort&0x03F0 0x00E0 \b.14
  1049. >0 leshort&0x03F0 0x00F0 \b.15
  1050. # Revision.
  1051. >0 leshort&0x000F x \b.%u
  1052. # Type: Nintendo 3DS "NCCH" container.
  1053. # https://www.3dbrew.org/wiki/NCCH
  1054. 0x100 string NCCH Nintendo 3DS
  1055. >0x18D byte&2 0 File Archive (CFA)
  1056. >0x18D byte&2 2 Executable Image (CXI)
  1057. >0x150 string >\0 \b: "%.16s"
  1058. >0x18D byte 0x05
  1059. >>0x10E leshort x (Old3DS System Update v
  1060. >>0x10E use nintendo-3ds-version-code
  1061. >>0x10E leshort x \b)
  1062. >0x18D byte 0x15
  1063. >>0x10E leshort x (New3DS System Update v
  1064. >>0x10E use nintendo-3ds-version-code
  1065. >>0x10E leshort x \b)
  1066. >0x18D byte !0x05
  1067. >>0x18D byte !0x15
  1068. >>>0x112 byte x (v
  1069. >>>0x112 use nintendo-3ds-version-code
  1070. >>>0x112 byte x \b)
  1071. >0x18C byte 2 (New3DS only)
  1072. # Type: Nintendo 3DS "SMDH" file. (application description)
  1073. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1074. # Reference: https://3dbrew.org/wiki/SMDH
  1075. 0 string SMDH Nintendo 3DS SMDH file
  1076. >0x208 leshort !0
  1077. >>0x208 lestring16 x \b: "%.128s"
  1078. >>0x388 leshort !0
  1079. >>>0x388 lestring16 x by %.128s
  1080. >0x208 leshort 0
  1081. >>0x008 leshort !0
  1082. >>>0x008 lestring16 x \b: "%.128s"
  1083. >>>0x188 leshort !0
  1084. >>>>0x188 lestring16 x by %.128s
  1085. # Type: Nintendo 3DS Homebrew Application.
  1086. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1087. # Reference: https://3dbrew.org/wiki/3DSX_Format
  1088. 0 string 3DSX Nintendo 3DS Homebrew Application (3DSX)
  1089. # Type: Nintendo 3DS Banner Model Data.
  1090. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1091. # Reference: https://3dbrew.org/wiki/CBMD
  1092. 0 string CBMD\0\0\0\0 Nintendo 3DS Banner Model Data
  1093. #------------------------------------------------------------------------------
  1094. # a7800: file(1) magic for the Atari 7800 raw ROM format.
  1095. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1096. # Reference: https://sites.google.com/site/atari7800wiki/a78-header
  1097. 0 byte >0
  1098. >0 byte <3
  1099. >>1 string ATARI7800 Atari 7800 ROM image
  1100. !:mime application/x-atari-7800-rom
  1101. >>>0x11 string >\0 \b: "%.32s"
  1102. # Display type.
  1103. >>>0x39 byte 0 (NTSC)
  1104. >>>0x39 byte 1 (PAL)
  1105. >>>0x36 byte&1 1 (POKEY)
  1106. #------------------------------------------------------------------------------
  1107. # vectrex: file(1) magic for the GCE Vectrex raw ROM format.
  1108. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1109. # Reference: http://www.playvectrex.com/designit/chrissalo/hello1.htm
  1110. #
  1111. # NOTE: Title is terminated with 0x80, not 0.
  1112. # The header is terminated with a 0, so that will
  1113. # terminate the title as well.
  1114. #
  1115. 0 string g\040GCE Vectrex ROM image
  1116. >0x11 string >\0 \b: "%.16s"
  1117. #------------------------------------------------------------------------------
  1118. # amiibo: file(1) magic for Nintendo amiibo NFC dumps.
  1119. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1120. # Reference: https://www.3dbrew.org/wiki/Amiibo
  1121. 0x00 byte 0x04
  1122. >0x0A beshort 0x0FE0
  1123. >>0x0C belong 0xF110FFEE
  1124. >>>0x208 beshort 0x0100
  1125. >>>>0x020A byte 0x0F
  1126. >>>>>0x020C bequad 0x000000045F000000
  1127. >>>>>>0x5B byte 0x02
  1128. >>>>>>>0x54 belong x Nintendo amiibo NFC dump - amiibo ID: %08X-
  1129. >>>>>>>0x58 belong x \b%08X
  1130. #------------------------------------------------------------------------------
  1131. # Type: Nintendo Switch XCI (Game Cartridge Image)
  1132. # From: Benjamin Lowry <ben@ben.gmbh>
  1133. # Reference: https://switchbrew.org/wiki/Gamecard_Format
  1134. 0x100 string HEAD
  1135. >0x10D byte 0xFA Nintendo Switch cartridge image (XCI), 1GB
  1136. >0x10D byte 0xF8 Nintendo Switch cartridge image (XCI), 2GB
  1137. >0x10D byte 0xF0 Nintendo Switch cartridge image (XCI), 4GB
  1138. >0x10D byte 0xE0 Nintendo Switch cartridge image (XCI), 8GB
  1139. >0x10D byte 0xE1 Nintendo Switch cartridge image (XCI), 16GB
  1140. >0x10D byte 0xE2 Nintendo Switch cartridge image (XCI), 32GB
  1141. #------------------------------------------------------------------------------
  1142. # Type: Nintendo Switch Executable
  1143. # From: Benjamin Lowry <ben@ben.gmbh>
  1144. # Reference: https://switchbrew.org/wiki/NSO
  1145. 0x00 string NSO0 Nintendo Switch executable (NSO)
  1146. #------------------------------------------------------------------------------
  1147. # Type: Nintendo Switch PFS0
  1148. # From: Benjamin Lowry <ben@ben.gmbh>
  1149. # Reference: https://switchbrew.org/wiki/NCA_Format#PFS0
  1150. 0x00 string PFS0 Nintendo Switch partition filesystem (PFS0)
  1151. >0x04 ulelong x \b, %d files
  1152. #------------------------------------------------------------------------------
  1153. # amiibo: file(1) magic for Nintendo Badge Arcade files.
  1154. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1155. # References:
  1156. # - https://github.com/GerbilSoft/rom-properties/issues/92
  1157. # - https://github.com/CaitSith2/BadgeArcadeTool
  1158. # - https://github.com/TheMachinumps/Advanced-badge-editor
  1159. # PRBS: Individual badge and/or mega badge.
  1160. 0 string PRBS
  1161. >0x44 byte >0x20 Nintendo Badge Arcade
  1162. >>0xB8 ulelong <2
  1163. >>>0xBC ulelong <2 badge:
  1164. >>>0xBC ulelong >1 Mega Badge
  1165. >>>>0xB8 ulelong x (%ux
  1166. >>>>0xBC ulelong x \b%u):
  1167. >>0xB8 ulelong >1 Mega Badge
  1168. >>>0xB8 ulelong x (%ux
  1169. >>>0xBC ulelong x \b%u):
  1170. >0x44 string x "%s"
  1171. >0x3C ulelong x \b, badge ID: %u
  1172. >0x74 byte >0x20
  1173. >>0x74 string x \b, set: "%s"
  1174. >0xA8 ulelong !0xFFFFFFFF
  1175. >>0xA8 ulelong x \b, launch title ID: %08X
  1176. >>0xA4 ulelong x \b-%08X
  1177. # CABS: Badge set.
  1178. 0 string CABS
  1179. >0x2C byte >0x20 Nintendo Badge Arcade badge set:
  1180. >>0x2C string x "%.48s"
  1181. >>0x24 ulelong x \b, set ID: %u
  1182. #------------------------------------------------------------------------------
  1183. # sufami: file(1) magic for Sufami Turbo ROM images.
  1184. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1185. # References:
  1186. # - https://problemkaputt.de/fullsnes.htm#snescartsufamiturbominicartridgeadaptor
  1187. 0 string BANDAI\040SFC-ADX
  1188. >0x10 string !SFC-ADX\040BACKUP Sufami Turbo ROM image:
  1189. >>0x10 string/T x "%.14s"
  1190. >>0x30 byte x \b, ID %02X
  1191. >>0x31 byte x \b%02X
  1192. >>0x32 byte x \b%02X
  1193. >>0x33 ubyte >0 \b, series index %u
  1194. >>0x34 ubyte 0 [SlowROM]
  1195. >>0x34 ubyte 1 [FastROM]
  1196. >>0x35 ubyte 1 [SRAM]
  1197. >>0x35 ubyte 3 [Special]
  1198. #------------------------------------------------------------------------------
  1199. # Type: Super NES ROM image
  1200. # From: Alexandre Iooss <erdnaxe@crans.org>
  1201. # Reference: https://snes.nesdev.org/wiki/ROM_header
  1202. 0 name snes-rom-hdr
  1203. # cartridge title is encoded in JIS X 0201, 21 chars padded with spaces
  1204. >0 ubyte-0x20 <0xC0
  1205. >>1 ubyte-0x20 <0xC0
  1206. >>>2 ubyte-0x20 <0xC0
  1207. >>>>3 ubyte-0x20 <0xC0
  1208. >>>>>4 ubyte-0x20 <0xC0
  1209. >>>>>>5 ubyte-0x20 <0xC0
  1210. >>>>>>>6 ubyte-0x20 <0xC0
  1211. >>>>>>>>7 ubyte-0x20 <0xC0
  1212. >>>>>>>>>8 ubyte-0x20 <0xC0
  1213. >>>>>>>>>>9 ubyte-0x20 <0xC0
  1214. >>>>>>>>>>>10 ubyte-0x20 <0xC0
  1215. >>>>>>>>>>>>21 ubyte-0x20 <0xC0 Super NES ROM image
  1216. >>>>>>>>>>>>>0 string/21/T x "%s"
  1217. >>>>>>>>>>>>>25 byte 0 (Japan)
  1218. >>>>>>>>>>>>>25 byte 1 (USA)
  1219. >>>>>>>>>>>>>25 byte 2 (Europe)
  1220. >>>>>>>>>>>>>25 byte 6 (France)
  1221. >>>>>>>>>>>>>25 byte 7 (Netherlands)
  1222. >>>>>>>>>>>>>25 byte 9 (Germany)
  1223. >>>>>>>>>>>>>25 byte 10 (Brazil)
  1224. >>>>>>>>>>>>>27 byte >0 (Rev.%02u)
  1225. >>>>>>>>>>>>>21 byte&0xF 0x0 \b, LoROM
  1226. >>>>>>>>>>>>>21 byte&0xF 0x1 \b, HiROM
  1227. >>>>>>>>>>>>>21 byte&0x10 0x10 \b, FastROM
  1228. >>>>>>>>>>>>>23 byte 8 \b, ROM size: 256KB
  1229. >>>>>>>>>>>>>23 byte 9 \b, ROM size: 512KB
  1230. >>>>>>>>>>>>>23 byte 10 \b, ROM size: 1024KB
  1231. >>>>>>>>>>>>>23 byte 11 \b, ROM size: 2048KB
  1232. >>>>>>>>>>>>>23 byte 12 \b, ROM size: 4096KB
  1233. >>>>>>>>>>>>>24 byte 0 \b, RAM size: 1KB
  1234. >>>>>>>>>>>>>24 byte 1 \b, RAM size: 2KB
  1235. >>>>>>>>>>>>>24 byte 2 \b, RAM size: 4KB
  1236. >>>>>>>>>>>>>24 byte 3 \b, RAM size: 8KB
  1237. >>>>>>>>>>>>>24 byte 4 \b, RAM size: 16KB
  1238. >>>>>>>>>>>>>24 byte 5 \b, RAM size: 32KB
  1239. >>>>>>>>>>>>>24 byte 6 \b, RAM size: 64KB
  1240. # header position for LoROM: $007FC0
  1241. 32725 ubyte&0xEF 0x20
  1242. # ROM is <=4096KB, RAM is <=64KB and country<=10
  1243. >32727 ubyte <13
  1244. >>32728 ubyte <7
  1245. >>>32729 ubyte <11
  1246. >>>>32704 use snes-rom-hdr
  1247. # HiROM header at $00FFC0
  1248. 65493 ubyte&0xEF 0x21
  1249. # ROM is <=4096KB, RAM is <=64KB and country<=10
  1250. >65495 ubyte <13
  1251. >>65496 ubyte <7
  1252. >>>65497 ubyte <11
  1253. >>>>65472 use snes-rom-hdr
  1254. #------------------------------------------------------------------------------
  1255. # ancast: file(1) magic for Wii U firmware images, aka "ancast" images.
  1256. # From: David Korth <gerbilsoft@gerbilsoft.com>
  1257. # References:
  1258. # - https://wiiubrew.org/wiki/Ancast_image
  1259. 0 ubelong 0xEFA282D9 Wii U firmware image:
  1260. >0x20 ubelong 2 ARM
  1261. >>0x1A4 ubelong 0x21 \b, NAND boot
  1262. >>0x1A4 ubelong 0x22 \b, SD boot
  1263. >>0x1A8 ubelong 1 \b, for devkits
  1264. >>0x1A8 ubelong 2 \b, for retail
  1265. >0x20 ubelong 1 PowerPC
  1266. >>0xA4 ubelong 0x11 \b, Wii U mode
  1267. >>0xA4 ubelong 0x12 \b, Wii mode