Merge pull request #1043 from sanni/nsx0r-patch-1

update NES.txt and fix mapper 58
This commit is contained in:
nsx0r 2024-11-24 21:57:51 +00:00 committed by GitHub
commit a4750c1fcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14650 additions and 709 deletions

View File

@ -2172,8 +2172,8 @@ void readPRG(bool readrom) {
case 58:
case 213:
banks = int_pow(2, prgsize) / 2;
for (size_t i = 0; i < banks; i++) {
banks = int_pow(2, prgsize);
for (size_t i = 0; i < banks; i += 2) {
write_prg_byte(0x8000 + (i & 0x07), 0x00);
dumpBankPRG(0x0, 0x8000, base);
}

15355
sd/nes.txt

File diff suppressed because it is too large Load Diff