emulator-development
There are 19 repositories under emulator-development topic.
gbadev-org/awesome-gbadev
A curated list of Game Boy Advance development resources
nba-emu/NanoBoyAdvance
A cycle-accurate Nintendo Game Boy Advance emulator.
JetSetIlly/Gopher2600
Gopher2600 is an emulator for the Atari 2600 games console
KellanClark/ecnavdA-yoBemaG
A WIP Game Boy Advance emulator.
mnurczynski/pi
My very own CPU architecture! Emulator availible!
JetSetIlly/test7800
Test7800 is an experimental emulator for the Atari 7800 games console
LLeny/VkHandybug
Atari lynx debugger
p64-emu/p64-emu
The Documentation Surrounding How to Create an Emulator for the Nintendo 64 and an Overview on How Emulators Work, Technically. https://p64.parson.dev
WillKirkmanM/N64
Cycle-Accurate System Emulator for the Nintendo 64, Formerly Project Atlas / Mimas; Complete Emulation of 64-bit MIPS R4300i CPU (93.75MHz) with MIPS I, II, III, and IV Instructions, and Hardware-Accelerated High-Speed Reality Co-Processor (RCP) with integrated Reality Display Processor (RDP) and Reality Signal Processor (RSP)
zach1590/gameboy-emulator
M-Cycle Accurate GameBoy Emulator using Rust
Akhil-py/chip8-emulator
An attempt at creating my first emulator :)
Garnek0/Emul8tor
A CHIP-8 Emulator
orcalinux/chip8-emulator
A simple CHIP-8 emulator in C using SDL2 for graphics and input. Run classic CHIP-8 games from the 1970s with configurable window size and colors. Great for learning low-level emulation and graphics.
cedrickchee/nand2tetris
Solutions for http://www.nand2tetris.org/
clausm0n/Genesis-Plus-GX_headless
A fork of Genesis Plus GX as a headless POSIX service.
jovan-vukic/compiler-toolchain
An emulator for an abstract RISC instruction set and a toolchain consisting of an assembler and a linker that can compile the specified assembly language
omrawaley/gameboy-emulator
A simple Game Boy Emulator written in C++ with a scanline renderer and MBC support.
shahank42/chip8-emu
(Work In Progress!) An interpreter and VM for the CHIP-8 programming language.
Sushiii07/chip8-emulator
A CHIP-8 emulator written in C++ with both COSMAC VIP and modern behaviour for running classic ROMs.