powermac-rom/Internal
Elliot Nunn 3302c1ba99 Identify all accesses to the Primary System Area
Whenever a field was added to the end of the Primary System Area (PSA)
record, the offsets of all other fields would change. When reversing NK
version 02.27, I noticed that 32 bytes had been added to the end of the
PSA between 02.27 and 02.28. To build a byte-perfect 02.27, all
references to PSA fields must therefore use the record definition in
NKPublic.s instead of a numeric offset.

In this commit, all PSA references are identified by field name (_FFF if
the field has not yet been reversed).
2018-04-22 19:00:29 +08:00
..
EmulatorPublic.a Update EDP record using MixedMode library 2018-04-16 22:46:57 +08:00
InfoRecords.a Work on the scheduler and interrupt handling code 2018-03-30 10:27:12 +08:00
NKOpaque.a Reverse PPC-68k context switching (incomplete) 2018-04-15 17:00:11 +08:00
NKPublic.a Identify all accesses to the Primary System Area 2018-04-22 19:00:29 +08:00