From 7b0cf36db2f3324fd2eaa7453812926c7899c4ad Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 23 Jun 2018 16:40:11 +0000 Subject: [PATCH] Use 'default' to reduce complexity. Fix a few typos. (David Korth) --- magic/Magdir/console | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/magic/Magdir/console b/magic/Magdir/console index b8d663b8..a5dd0e35 100644 --- a/magic/Magdir/console +++ b/magic/Magdir/console @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: console,v 1.37 2018/06/23 16:36:37 christos Exp $ +# $File: console,v 1.38 2018/06/23 16:40:11 christos Exp $ # Console game magic # Toby Deshane @@ -286,9 +286,7 @@ !:mime application/x-gamegear-rom >0x0F byte&0xF0 0x70 Sega Game Gear !:mime application/x-gamegear-rom ->0x0F byte&0xF0 <0x30 Sega Master System / Game Gear -!:mime application/x-sms-rom ->0x0F byte&0xF0 >0x70 Sega Master System / Game Gear +>0x0F default x Sega Master System / Game Gear !:mime application/x-sms-rom >0 byte x ROM image: # Product code. @@ -721,7 +719,7 @@ !:mime application/x-gamecube-rom >4 lelong 1 Nintendo Wii disc image (GCZ format) !:mime application/x-wii-rom ->4 lelong >1 Nintendo GameCube/Wii disc image (GCZ format) +>4 default x Nintendo GameCube/Wii disc image (GCZ format) # Type: Nintendo GameCube/Wii disc image (WDF format) 0 string WII\001DISC @@ -744,12 +742,11 @@ # Type: Nintendo GameCube/Wii disc image (WIA format) 0 string WIA\001 Nintendo ->0x48 belong 0 GameCube/Wii >0x48 belong 1 GameCube !:mime application/x-gamecube-rom >0x48 belong 2 Wii !:mime application/x-wii-rom ->0x48 belong >2 GameCube/Wii +>0x48 default x GameCube/Wii >0x48 belong x disc image (WIA format): >>0x58 use nintendo-gcn-disc-common -- 2.40.0