Nofrendo
NES emulator for the NumWorks calculator
Install / Use
/learn @nwagyu/NofrendoREADME
Nofrendo
This app is a NES emulator that runs on the NumWorks calculator.
Install the app
To install this app, you'll need to:
- Download the latest
nofrendo.nwafile from the Releases page - Extract a
cartridge.nesROM dump from your NES cartridge, or, alternatively, use the providedsrc/2048.nesfile. - Head to my.numworks.com/apps to send the
nwafile on your calculator along thenesfile.
How to use the app
The controls are pretty obvious because the NES gamepad looks a lot like the NumWorks' keyboard:
|NES controls|NumWorks| |-|-| |Arrow|Arrows| |B|Back| |A|OK| |Select|Shift| |Start|Backspace|
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
