Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidtranhq/qtboy

A Game Boy and Game Boy Color emulator written in C++ with the Qt framework.
https://github.com/davidtranhq/qtboy

emulator game-boy

Last synced: 2 months ago
JSON representation

A Game Boy and Game Boy Color emulator written in C++ with the Qt framework.

Awesome Lists containing this project

README

        

# QtBoy

A Game Boy and Game Boy Color emulator written in C++ using [Qt 5.13](https://qt.io). Get the latest release [here](https://github.com/davidtranhq/Qtboy/releases).

## Build

[Install Qt](https://doc.qt.io/qt-5/gettingstarted.html) and load the project file located under platforms/qt/gameboy/gameboy.pro with Qt Creator.

## Controls

Key|Control
---|---
Arrow Up|:arrow_up:
Arrow Down|:arrow_down:
Arrow Left|:arrow_left:
Arrow Right|:arrow_right:
D|:a:
S|:b:
Enter|Start
Shift|Select
Space|Turbo

## Screenshots

![Pokemon Gold](docs/preview/pokemon_gold.png)![Link's Awakening](docs/preview/links_awakening.png)![Super Mario Land](docs/preview/super_mario_land.png)![Shantae](docs/preview/shantae.png)

### Debugger

![Debugger](docs/preview/debugger_preview.png)

### Disassembler

![Disassembler](docs/preview/disassembler_preview.png)

### VRAM Viewer

![VRAM Viewer](docs/preview/vram_viewer_preview.png)