Post Reply 
[go67/97 for Android] Creating .pck files in a text editor?
08-08-2015, 09:40 PM
Post: #9
RE: [go67/97 for Android] Creating .pck files in a text editor?
(08-08-2015 07:02 PM)lcwright1964 Wrote:  As I just suggested to you in our emails, I am learning that a program that not only translates the program steps to hex code but also generates the correct checksum is necessary. I tried to fiddle with Olivier's provided .pck files myself, or with my own generated files of very simple programs, and found quickly that if I edit the hex code directly, translating manually according to the key in the PPC journal, trying to use the revised card in the emulator throws an error--presumably because the old checksum doesn't match my changes.

As I admitted to you, I probably don't really understand the basics of a checksum in this context...

Les

Hi Les,

The Checksum in this case is pretty simple. Sum up the first 33 records (Header plus 32 data records) and then MOD with 10000000H. That will give the Checksum Record. I have sent you an Excel spreadsheet showing the checksum calculation for the first few cards in the Standard Pack.

We now just need to get the Header Record decoded.

Bill
Smithville, NJ
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [go67/97 for Android] Creating .pck files in a text editor? - Bill (Smithville NJ) - 08-08-2015 09:40 PM



User(s) browsing this thread: 1 Guest(s)