Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 836 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 836 Bytes

tnes2inesGUI

A GUI implementation of my CLI tnes2ines converter.

Description

A tool to convert the proprietary TNES NES rom format (used in the 3ds VC NES releases and more) to INES 1.0. It can also extract the prg and chr sections from TNES roms and the FDS bios and .qd's from .tds files

This program does not convert .qd's to .fds files. If you need to convert from qd to fds, use qd2fds.py from @einstein95

An aside:

This program is my first foray in programming a GUI application using pyqt5. If you encounter any errors in this program, please report it.

References

INES Format - Nesdev
TNES Format - Nesdev