Simple GameboyCore emulator written in C++
https://doc.qt.io/qt-6/qt-online-installation.html
$ git clone https://github.com/collin-b1/gameboy-emulator.git
$ cd gameboy-emulator/$ mkdir build/ && cd build/
$ cmake .. -DCMAKE_PREFIX_PATH="C:/Qt/6.8.3/msvc2022_64"The program will work without a bootrom, but if you'd like to include one to see the intro logo sequence, follow the below steps:
- Create a
/romsdirectory inside the project root folder - Put the
dmg_boot.binfile inside of the/romsdirectory