Skip to content

hellokartikey/emugb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emugb

A Game Boy Color (CGB) emulator

Architecture

CPU

Abstraction of the LR35902 CPU.

Register 15 ... 8 7 ... 0
AF A F
BC B C
DE D E
HL H L
SP - -
PC - -
Flag Register
F z n h c x x x x

Build

Build using CMake

cmake -B build
cd build
make

Running

./bin/emugb

Testing

  1. Using CTest
ctest
  1. Using GTest
./bin/testgb

About

Game Boy Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published