Emulator topic

Emulators allow the host system to emulate the qualities of a client system. For example, a mobile application developer might run an emulated device on their PC in order to test how their application would perform and appear on an actual phone or tablet.

List Emulator repositories

Archway

26
Stars
5
Forks
Watchers

A WIP aarch64 emulator (and at some point dynarec) written in C++20.

6502-emu

29
Stars
5
Forks
Watchers

A simple 6502 emulator, with I/O via a 6850 UART.

chip8

5
Stars
3
Forks
Watchers

A simple CHIP-8 Emulator with a GTK+ frontend

zba

42
Stars
0
Forks
Watchers

Game Boy Advance Emulator. Yes, I'm awful with project names.

computron

118
Stars
10
Forks
Watchers

x86 PC emulator in Qt/C++

hx8

8
Stars
0
Forks
Watchers

Chip-8 emulator written in Haxe

gb-rs

7
Stars
0
Forks
Watchers

Yet another gameboy emulator in Rust

lion

6
Stars
1
Forks
Watchers

Chip-8 Emulator written in Zig

gilgamesh

29
Stars
3
Forks
Watchers

SNES reverse engineering toolkit with support for static recompilation

LaiNES

1.5k
Stars
122
Forks
Watchers

Cycle-accurate NES emulator in ~1000 lines of code