Skip to content

Commit

Permalink
Update MD.ino
Browse files Browse the repository at this point in the history
Add "NHL 98 (USA)"
Fixes #841
  • Loading branch information
Ancyker committed Aug 24, 2023
1 parent 19973e4 commit ec3d048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cart_Reader/MD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,9 @@ void getCartInfo_MD() {
}
if (cartSize == 0x80000) {
switch (chksum) {
case 0x5B3A: //NHL 98 (USA)
cartSize = 0x200000;
break;
case 0xD07D: //Zero Wing (Japan)
cartSize = 0x100000;
chksum = 0xF204;
Expand Down

0 comments on commit ec3d048

Please sign in to comment.