NES_Header_Repair icon indicating copy to clipboard operation
NES_Header_Repair copied to clipboard

Script to use NewRisingSun's NES 2.0 database to repair headers.

Results 4 NES_Header_Repair issues
Sort by recently updated
recently updated
newest added

PS E:\Roms\ToSort> python3 .\nes_header_repair.py File "E:\Roms\ToSort\nes_header_repair.py", line 75 NES_Header_Repair/nes_header_repair.py at master · Kitrinx/NES_Header_Repair · GitHub ^ SyntaxError: invalid character '·' (U+00B7)

Hi First, thank you for creating the script. I just thought maybe you could add an option to detect if ROMs have headers (NES 1.0 or NES 2.0) and remove...

Not sure if it's a bug or if it's intended, but when the script it's set to iNES1.0 the pal games are set as ntsc (default value).

The functions `make_rom_byte` and `make_rom_nibble` would use the old style ROM size notation with sizes up to 67,108,864. However, for PRG-ROM and CHR-ROM, old style notation can only go up...