GitHub - decrazyo/nes86: x86 emulation on the NES
NES86
NES86 is an IBM PC emulator for the NES.
The goal of this project is to emulate an Intel 8086 processor and supporting PC hardware
well enough to run the
Embeddable Linux Kernel Subset (ELKS),
including a shell and utilities.
It should be possible to run other x86 software
as long as it doesn't require more than a simple serial terminal.
Watch the video!
How to run NES86
Download the NES ROM containing NES86 and ELKS from the releases page
or build ELKS and NES86 from source.
NES86 uses a ...
Read more at github.com