A proof-of-concept emulator for the reMarkable tablet built on libqboy.
- Loading saved games
- ROM selection screen
- Greyscale or B&W screen
- Screen scaling selection, 1x to 5x
- Keyboard shortcuts that work with the folio
- X: B
- Z: A
- Space: Select
- Enter/Return: Start
- Arrow Keys: Arrow buttons
- Ctrl-O: Open new ROM
- Ctrl-R: Reset emulator
- Esc/Backspace: Press the back arrow
- Ctrl-Q: Quit the application
This will result in a dist
folder that you can copy to your device.
# Source the correct toolchain
source /opt/codex/rm11x/3.1.15/environment-setup-cortexa7hf-neon-remarkable-linux-gnueabi
mkdir .build
cd .build
qmake ..
make
INSTALL_ROOT="$(pwd)/../dist" make install
cd ..
If you skip out on the toolchain, you can also build this to run locally on your computer.
https://remarkable.guide/devel/package.html
tar -czvf src.tar.gz src gameboy.pro
toltecmk