Rockbox Archos Recorder 6 Spezifikationen Seite 97

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 167
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 96
Chapter 11. Plugins 97
Advanced Usage
Placing the line “#Display last path segments=n” (where n is a number) in the beginning
of a .link file will leave just the last n segments of the entries when they are shown. For
example, if n is chosen to be 1, then the entry /MyMusic/collection/song.mp3 will be
shown as song.mp3. This allows you to hide common path prefixes.
You can also provide a custom display name for each entry individually. To do so,
append a tabulator character after the entry’s path followed by your custom name. That
name will then be used for showing the entry. For example:
Example
/MyMusic/collection/song.mp3<TAB>My favourite song!
11.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 .ch8 file in the File
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 .c8k file with the same name as the original program
which contains new key mappings (for BLINKY.ch8, one writes a BLINKY.c8k file). That
.c8k 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:
Code
0122458469ABCDEF
would correspond to the following non-default mappings:
3 2, 6 8, 7 4, 8 6.
The default keymappings are:
Chip8 Off 0 1 2 3 4 5 6 7 8 9 A B C D E F
Key
Off
F1
Up
F3
Left
Play
Right
F2
Down
On
Some places where can you can find .ch8 files:
The Rockbox manual Archos Recorder
Seitenansicht 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 166 167

Kommentare zu diesen Handbüchern

Keine Kommentare