-
Updated
Jun 7, 2020 - C++
#
nes-emulator
Here are 112 public repositories matching this topic...
Cycle-accurate NES emulator in ~1000 lines of code
game
emulator
rust
canvas
canvas-game
webassembly
wasm
nes
nes-emulator
emscripten
famicom-emulator
nes-emu
-
Updated
Apr 18, 2020 - Rust
Integrated Development Environment for the 8-bit Nintendo Entertainment System
-
Updated
Mar 26, 2020 - C++
A cycle-accurate, cross-platform NES emulator written in C++
-
Updated
Apr 27, 2020 - C++
-
Updated
Jan 1, 2019 - JavaScript
-
Updated
Mar 21, 2020 - C#
A work-in-progress NES emulator written in Rust
-
Updated
Jun 2, 2019 - Rust
-
Updated
Oct 14, 2018 - C#
A NES emulator in WebAssembly
-
Updated
Dec 6, 2017 - C++
EliasHasle
commented
Jan 7, 2019
Describe the bug
Calling render from a new thread after first calling it from another results in an error (see console output below). This may well be a limitation of Pyglet, but I don't know. Note that running the environments without rendering to screen works as expected, but for some purposes (debugging of graphical glitches etc.) it can be very useful to monitor multiple environments at t
Open
Mappers
NES emulator written in C# 🎮 ☕
-
Updated
Jun 16, 2018 - C#
NES Emulator written in TypeScript https://tyfkda.github.io/nesemu/
-
Updated
Jun 7, 2020 - TypeScript
XIN Isn't NES: An operating system to mimic the days of the NES. Play your favorite retro games as if you were back at your Commodore 64.
-
Updated
May 21, 2020 - C
Cross-platform NES Emulator written in Swift
-
Updated
Jun 5, 2020 - Swift
FCEUmm-PS2
-
Updated
Nov 11, 2019 - C
An emulator for the Nintendo Entertainment System - A Work in Progress
-
Updated
Mar 19, 2020 - C++
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
linux
emulator
raspberry-pi
c-plus-plus
ios
mos6502
nes
nes-emulator
mos-6502
retroarch
libretro
famicom-emulator
famicom
6502
-
Updated
Apr 5, 2020 - C
NES emulator in javascript.
-
Updated
Feb 27, 2017 - JavaScript
-
Updated
Feb 25, 2018 - Kotlin
NES emulator for TI-84+ CE
-
Updated
Jan 11, 2019 - C
Emulator of MOS6502 (and soon NES) with particular focus on understandable design and testing.
java
emulator
tdd
groovy-language
mos6502
spock
nes
nes-emulator
property-based-testing
retrocomputing
beerpay
pitest
github-shield
6502
data-driven-testing
6502-processor
theory-testing
-
Updated
Mar 23, 2020 - Java
Improve this page
Add a description, image, and links to the nes-emulator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nes-emulator topic, visit your repo's landing page and select "manage topics."
Currently user needs to kill the process to terminate nes-rust in standalone mode. We should add a proper way to stop.