index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
chip8.c
Age
Commit message (
Expand
)
Author
2005-07-07
Chip8 works again on grayscale devices
Linus Nielsen Feltzing
2005-07-06
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...
Jens Arnold
2005-07-06
Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with SCH...
Linus Nielsen Feltzing
2005-06-29
Hristo Kovachev's keypad fixes for the H300 build
Daniel Stenberg
2005-02-04
adapted to build on iRiver
Daniel Stenberg
2004-10-17
Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adapti...
Jens Arnold
2004-07-26
Removed dead code
Linus Nielsen Feltzing
2004-02-21
same treatment like for video plugin: mp3_play_init() removed
Jörg Hohensohn
2004-01-31
not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbed
Jörg Hohensohn
2004-01-30
first game with sound: chip8 makes noise
Jörg Hohensohn
2004-01-08
Lee Pilgrim's patch to enable the chip8 plugin for the simulator
Daniel Stenberg
2003-12-22
emulator is a lot faster with my lcd_blit() function and yield() instead of s...
Jörg Hohensohn
2003-10-30
from request #628509: ported the Chip-8 emulator as a plugin
Jörg Hohensohn