Skip to content

A Gameboy Color emulator for the Numworks graphing calculator

License

Notifications You must be signed in to change notification settings

lennardwalter/calcboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CalcBoy

A Gameboy Color emulator for the Numworks graphing calculator based on koenk/gbc.

How to build

Connect the calculator to the computer, then

git clone https://github.com/numworks/epsilon
git clone https://github.com/hallowed/calcboy
cp -r calcboy/calcboy epsilon/apps
cd epsilon
make GB_ROM='<path_to_ROM>' EPSILON_APPS='calcboy calculation graph code statistics probability solver sequence regression settings' epsilon_flash

Controls

Calculator Gameboy
Up Up
Down Down
Left Left
Right Right
Back A
OK B
Backspace Start
Toolbox Select
Home Exit

Problems

The emulator is quite slow (not original speed), most games seem to run though. There are some visual problems as well, probably because I have to push a scanline to the screen, rather than the whole frame at once. There is also no support for saving the state at the moment.

Todo (Contributing?)

  • Optimization!

  • Implementing save-state

  • Adding multi-ROM support

  • Making an icon

About

A Gameboy Color emulator for the Numworks graphing calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages