more WKO file constants

New optional padding data 0x0e 0x80 and data cache marker 0x1d 0x80.
This commit is contained in:
Mark Liversedge
2009-10-04 15:12:21 +01:00
committed by Sean Rhea
parent 29368cbbdb
commit 18068b1cae

View File

@@ -1070,6 +1070,7 @@ unsigned int optpad(WKO_UCHAR *p)
case 0x800c :
case 0x800b :
case 0x800d : /* from Jim B 2nd Oct 2009 */
case 0x800e : /* from Phil S 4th Oct 2009 */
break;
case 0x0001 : /* 4byte follows */
@@ -1112,6 +1113,7 @@ unsigned int optpad2(WKO_UCHAR *p)
case 0x800f : /* data cache */
case 0x800d :
case 0x800e :
case 0x801d : /* from Phil S 4th Oct 2009 */
case 0x8018 :
case 0x8017 :
case 0x8016 :