Skip to content

Instantly share code, notes, and snippets.

@vaguerant
vaguerant / ines-header-fixer.py
Last active October 27, 2023 14:15
Python 3 version of Greg Kennedy's iNES Header Fixer
#!/usr/local/bin/python
"""
Converts NES ROMs to iNES format, applying correct iNES header.
Usage: ines-fix <infile>
Supported infile formats are .nes, .pas (headerless .nes)
ROM data is recognized by CRC32 using BootGod's master XML database
so make sure you have a local copy
This script is a python3-ified version of Greg Kennedy's original:
@vaguerant
vaguerant / Changelog.md
Last active May 10, 2023 14:31
Widescreen cheats for DS games on 3DS

2019

July 13

These codes have all been updated to use 16-bit read/writes for the aspect ratio values. In the worst case scenario, they should work identically, with the best case scenario being slightly improved compatibility since they're no longer clobbering the other 16 bits that they were just filling with zeros.

July 17

Codes added:

  • de Blob 2 (USA)
  • Dementium - The Ward (USA)