8000 GitHub - RX0kas/peanutgb: Game Boy emulator for the NumWorks calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RX0kas/peanutgb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peanut-GB for NumWorks

Build

This app is a Game Boy emulator that runs on the NumWorks calculator. It is based off of the Peanut-GB emulator.

Install the app

To install this app, you'll need to:

  1. Download the latest peanutgb.nwa file from the Releases page
  2. Extract a cartridge.gb ROM dump from your GameBoyt cartridge, or, alternatively, use the provided src/flappyboy.gb file.
  3. Head to my.numworks.com/apps to send the nwa file on your calculator along the gb file.

How to use the app

The controls are pretty obvious because the GameBoy's gamepad looks a lot like the NumWorks' keyboard:

Game Boy controls NumWorks
Arrow Arrows
A Back
B OK
Select Shift
Start Backspace

The following keys will change the behavior of the emulator:

Key Behavior
1 Use the original Game Boy color palette
2 Use a pure grayscale palette
3 Use an inverted grayscale palette
+ Render on the entire screen
- Render at a 1:1 scale

Build the app

To build this sample app, you will need to install the embedded ARM toolchain and nwlink.

brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make build

About

Game Boy emulator for the NumWorks calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Makefile 1.6%
0