1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Add European version of World Driver Championship.

This commit is contained in:
Bobby Smiles 2018-02-16 00:50:23 +01:00
parent 3e734c7b8b
commit 43a35787f0

View File

@ -66,7 +66,8 @@ SpecialMicrocodeInfo specialMicrocodes[] =
{ T3DUX, false, true, 0xbad437f2, "T3DUX vers 0.83 for Toukon Road" },
{ T3DUX, false, true, 0xd0a1aa3d, "T3DUX vers 0.85 for Toukon Road 2" },
{ F3DEX2ACCLAIM,true, true, 0xe44df568, "Acclaim games: Turok2 & 3, Armories and South park" },
{ ZSortBOSS, false, false, 0x553538cc, "World Driver Championship" },
{ ZSortBOSS, false, false, 0x553538cc, "World Driver Championship" }, // USA
{ ZSortBOSS, false, false, 0x75ed44cc, "World Driver Championship" }, // European
{ ZSortBOSS, false, false, 0x6a76f8dd, "Stunt Racer" }
};