gbcpu
Gameboy CPU simulator
A VHDL implementation of the Gameboy CPU and its peripherals
A CPU and peripherals implementing the Gameboy (TM) instruction set and functionality
9 stars
2 watching
2 forks
Language: VHDL
last commit: over 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nickg/nvc | A VHDL compiler and simulator that translates VHDL code into native machine code for simulation purposes. | 636 |
binji/binjgb | An emulator that runs Gameboy games in a browser using WebAssembly | 548 |
isaachier/gbemu | A Game Boy emulator written in Zig, aiming to implement the CPU, disassembler, video, and audio components. | 24 |
starlitghost/gboxide | An emulator for the original GameBoy handheld game console written in Rust. | 11 |
trekawek/coffee-gb | An emulator of the Gameboy Color console written in Java. | 1,106 |
docandrew/yotroc | A compiler and virtual machine for a fictional CPU architecture | 4 |
mofosyne/arduino-gameboy-printer-emulator | An Arduino-based emulator for simulating Game Boy Printer output from Game Boy games | 318 |
a-n-t-h-o-n-y/gb-term | Terminal frontend for controlling and running a Gameboy emulator | 6 |
diegovalverde/papigb | An FPGA implementation of the Game Boy Classic's processor and graphics hardware | 16 |
dwaq/homebrew-gameboy-cartridge | This project provides the hardware design files for a custom Gameboy cartridge that replaces the ROM with an Atmel AT49F040 | 129 |
db47h/ngaro | An embeddable implementation of the Ngaro Virtual Machine for Go programs | 29 |
mrombout/gbdk_playground | A set of simplified examples and demos for the Game Boy development kit (GBDK) | 191 |
gbdev/hardware.inc | Standard reference file containing definitions for Game Boy hardware specifications | 119 |
gekkio/gb-hardware | Custom hardware designs for various Game Boy-related projects and components | 320 |
jptiz/libgba-cpp | A C++ library designed to simplify GBA development by providing a higher-level API and abstraction for game logic. | 38 |