Skip to content

Eeems-Org/remarkable-gameboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rm1 rm2 Discord

reMarkable Gameboy Emulator

A proof-of-concept emulator for the reMarkable tablet built on libqboy.

Features

  • 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

Building

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.

Build toltec package

https://remarkable.guide/devel/package.html

tar -czvf src.tar.gz src gameboy.pro
toltecmk

About

Gameboy emulator for the reMarkable tablet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published