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.
- Host: GitHub
- URL: https://github.com/davidtranhq/qtboy
- Owner: davidtranhq
- License: mit
- Created: 2019-08-19T22:43:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T02:19:54.000Z (over 1 year ago)
- Last Synced: 2025-04-22T23:14:33.370Z (2 months ago)
- Topics: emulator, game-boy
- Language: C++
- Homepage:
- Size: 34.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### Debugger

### Disassembler

### VRAM Viewer
