KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
jgbc
โ 10
Open GitHub โ
๐น A GameBoy (Color) Emulator and Debugger
Download README (.md)
Explore Similar Repositories
a2c-acktr-vizdoom
:
A2C, ACKTR and A2T implementations for ViZDoom
tvvar_paper
:
Reproducibility Archive for paper: "A Tutorial on Estimating Time-Varying Vector Autoregressive Models"
Background-Subtraction
:
GMM model for subtracting background from foreground
vscode-settings
:
My personal Visual Studio Code settings.
platform3
:
No description available.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jgbc
?
Download (.md)
# jgbc: GameBoy (Color) Emulator A fast and semi-accurate GameBoy (Color) emulator for Windows and Linux. Written in C/C++ with SDL2. ## Screenshots             ## Project Status ### Working - Loading roms (parsing header, etc...) - All CPU instructions implemented correctly - Background / Window graphics - Sprites - Interrupts - Timers - Joypad - MBC 1, 5 - Sound - Save games ### Not Working - Some GameBoy Color specific features (in progress) - Other MBCs ## Tests      ### CPU instructions | Name | Status | Output | | ------------- |:------:|:------:| | 01-special | :heavy_check_mark: | Passed | | 02-interrupts | :heavy_check_mark: | Passed | | 03-op sp,hl | :heavy_check_mark: | Passed | | 04-op r,imm | :heavy_check_mark: | Passed | | 05-op rp | :heavy_check_mark: | Passed | | 06-ld r,r | :heavy_check_mark: | Passed | | 07-jr,jp,call,ret,rst | :heavy_check_mark: | Passed | | 08-misc instrs | :heavy_check_mark: | Passed | | 09-op r,r | :heavy_check_mark: | Passed | | 10-bit ops | :heavy_check_mark: | Passed | | 11-op a,(hl) | :heavy_check_mark: | Passed |