Chip-8 Emulator - Toshiba Rockbox F Series User Manual

Toshiba gigabeat user's manual
Table of Contents

Advertisement

Chapter 10. Plugins

10.3.2 Chip-8 Emulator

Chip8 is a kind of assembly language for a long-gone architecture. This plugin runs
games written using the chip8 instructions. To start a game open a
Browser
There are lots of tiny Chip8 games (usually only about 256 bytes to a couple of
KB) which were made popular by the HP48 calculator's emulator for them. The orig-
inal Chip8 had 64x32 pixel graphics, and the new superchip emulator supports 128x64
graphics.
The only problem is that they are based on a 4x4 keyboard, but since most games do
not use all of the buttons, this can easily be worked around.
To do this, one may put a
which contains new key mappings (for
file contains 16 characters describing the mapping from the Chip8 keyboard to
the default key mapping (that way, several Chip8 keys can be pressed using only one
Rockbox key). For example, a file containing the single line:
would correspond to the following non-default mappings:
3
2, 6
8, 7
The default keymappings are:
Chip8
Off
Some places where can you can find
The PluginChip8 page on www.rockbox.org has several attached:
Check out the HP48 chip games section:
PC emulator by the guy who wrote the HP48 emulator:
Links to other chip8 emulators:
The Rockbox manual
file with the same name as the original program
4, 8
6.
0
1
2
3
4
, one writes a
Code
5
6
7
8
9
files:
Toshiba Gigabeat F Series
file in the File
file). That
A
B
C
D
E
PluginChip8
111
F

Advertisement

Table of Contents
loading

Table of Contents