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

Static Recompilation of NES ROMs to C code

Notifications You must be signed in to change notification settings

Xenomega/NESgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"