]> granicus.if.org Git - file/commitdiff
Added detection for GameCube/Wii disc images with SDK headers. (David Korth)
authorChristos Zoulas <christos@zoulas.com>
Sat, 23 Jun 2018 16:40:40 +0000 (16:40 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 23 Jun 2018 16:40:40 +0000 (16:40 +0000)
magic/Magdir/console

index 0bb4e70ef9134124fe582c7cf491b6ed7dc398c2..ab2954f0b5af4a154f5d5ad3bd90a86a54549e12 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: console,v 1.39 2018/06/23 16:40:22 christos Exp $
+# $File: console,v 1.40 2018/06/23 16:40:40 christos Exp $
 # Console game magic
 # Toby Deshane <hac@shoelace.digivill.net>
 
 >0x48  belong  x       disc image (WIA format):
 >>0x58 use     nintendo-gcn-disc-common
 
+# Type: Nintendo GameCube/Wii disc image (with SDK header)
+# From: David Korth <gerbilsoft@gerbilsoft.com>
+# Reference: http://wiibrew.org/wiki/Wii_Disc
+0              belong  0xFFFF0000
+>0x18          belong  0x00000000
+>>0x1C         belong  0x00000000
+>>>0x8018      belong  0x5D1C9EA3      Nintendo Wii SDK disc image:
+>>>>0x8000     use     nintendo-gcn-disc-common
+>>>0x801C      belong  0xC2339F3D      Nintendo GameCube SDK disc image:
+>>>>0x8000     use     nintendo-gcn-disc-common
+
 #------------------------------------------------------------------------------
 # Nintendo 3DS file formats.
 #