While looking at the PANAME source code (in search of exportable functions, I confess it) I noticed a few weird-looking code lines that may well be plain bugs.
They're on Port_Dependent calls within the same quad, which in theory should read like:
379
03C
addr
but they read like:
375
03C
addr
Did they have something else in mind or it's just an error? (if so, it's quite repetitive!)
This occurs in the following addresses:
Lower ROM: E16, E20
Upper ROM: 0A6, 0AF, 768, 783, 980, B53, B5E.
Edited: 22 Jan 2011, 6:49 a.m.