vpelletier / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
0 stars 0 forks source link

[N64] Does not count headers when reading Controller Pak #5

Closed sanni closed 1 year ago

sanni commented 1 year ago

While it dumps correctly it fails at counting the headers

10.4 Trim

[+] Read ControllerPak
Saving N64/MPK/403.mpk
[*******************]
Verifying...
[*******************]
Read successfully
HDR: 0/4 - ToC: 2/2

10.4

[+] Read ControllerPak
Saving N64/MPK/404.mpk
[*******************]
Verifying...
[*******************]
Read successfully
HDR: 4/4 - ToC: 2/2
vpelletier commented 1 year ago

Thanks, should be fixed by 6aa6fd4adac53a2aee96298de5c10eee2243e1c5 .