1 Repo
Software implementations that recreate the functional behavior of 8-bit console hardware and CPUs.
Distinct from Game Simulation Environments: Shortlist candidates are simulation games or agent-based environments, not hardware-level architectural simulation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Console Architecture Simulation. Refine with filters or upvote what's useful.
SimpleNES is a C++ application that simulates original Nintendo Entertainment System hardware to run legacy games on modern computers. It functions as a hardware simulator and retro gaming emulator designed to execute classic game ROMs by recreating the original console environment through software. The system implements a software version of the 6502 CPU and picture processing unit to render retro game video and audio. It recreates 8-bit console architecture to ensure the execution of original game ROMs. The project covers low-level hardware simulation, including cycle-accurate CPU emulatio
Recreates 8-bit console architecture in C++ to execute original game ROMs.