Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 692 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 692 Bytes

NESgen

Static Recompilation of NES ROMs to C

  • Created for Compilers & Interpreters @ University of Toronto.
  • Not meant to be a practical emulator, rather explore the increased complexity of statically recompiling, explaining why it is not always possible, and why traditional emulation approaches such as interpretation or dynamic recompilation are preferred.
  • It's a recompiler that gets to explore emulation, disassembly, and operating systems.
  • Intended to support some test ROMs from: https://www.castledragmire.com/hynes/reference/resource/index.html
  • Has very limited production ROM support.

For documentation please read "/NESgen/NESgen Documentation.docx"