Correct the hard-coded DeclData build date

The ROM now round-trips perfectly (cf. Mac OS ROM 9.6.1).
This commit is contained in:
Elliot Nunn 2017-09-26 00:04:19 +08:00
parent bfdc32871e
commit 47d2507b23
1 changed files with 1 additions and 1 deletions

View File

@ -1142,7 +1142,7 @@ resource 'vend' (540, "_VendorInfo") {{
VendorId, c{"Copyright © 1986-1998 by Apple Computer, Inc. All Rights Reserved."};
RevLevel, c{"Macintosh CPU Family 6.0"}; // offset to revision
PartNum, c{"DeclROM for OpenTxpt"}; // offset to part number descriptor
Date, c{"Thursday, April 3, 2003"}; // sorry
Date, c{"Tuesday, September 3, 2002"}; // sorry
// Date, c{$$Date}; // offset to ROM build date descriptor
}};