Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jdeblese/gbcpu

A CPU and peripherals implementing the Gameboy (TM) instruction set and functionality
https://github.com/jdeblese/gbcpu

Last synced: 2 months ago
JSON representation

A CPU and peripherals implementing the Gameboy (TM) instruction set and functionality

Lists

README

        

An implementation of the Nintendo Gameboy (TM) instruction set based on information in
the "Gameboy (TM) CPU Manual" and various other sources. Accurately modeling the
behaviour -- speed, operations, etc -- rather than duplicating the actual hardware
is the goal. The design centers on an 8-bit ALU and a 16-bit register file with minimal
arithmetic functionality.