summaryrefslogtreecommitdiffstats
path: root/apps/plugins/chip8.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07Enable plugins on the Onda VX747Maurus Cuelenaere1-0/+3
2009-01-25fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, ra...Andrew Mahone1-4/+0
2009-01-24Plugins for the Philips HDD1630. The keymaps are largely untested on the devi...Mark Arigo1-0/+12
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2009-01-04Commit FS#9617 - Keymaps for Plugins fuze by Thomas Martitz.Michael Giacomelli1-1/+2
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger1-1/+3
2008-12-08Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere1-5/+3
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg1-0/+12
2008-11-28Sansa Clip: build plugins (FS#9578)Rafaël Carré1-1/+1
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-9/+11
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-5/+30
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-3/+4
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+8
2008-03-22Adapt most single-file plugins to the M3 keypad and screen. It's still prelim...Jens Arnold1-0/+10
2008-03-01M:Robe 100: add button definition/bitmaps to plugins and enable compilationRobert Kukla1-0/+13
2008-02-17Plugins now enabled and working for the Gigabeat S.Will Robertson1-0/+12
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2007-09-20Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max...Marianne Arnold1-0/+8
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold1-1/+2
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+1
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg1-2/+6
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman1-0/+12
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+8
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+8
2006-06-30To avoid having to use the main unit when accidentally launching a plugin fro...Kevin Ferrare1-0/+5
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+2
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+8
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg1-0/+8
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-4/+2
2005-12-19Remove IPOD_NANO_PAD definition - the Nano's keypad has turned out to be iden...Dave Chapman1-1/+1
2005-12-14iPod: Initial attempt at button mappings for plugins. All plugins now compil...Dave Chapman1-1/+12
2005-07-07Chip8 works again on grayscale devicesLinus Nielsen Feltzing1-1/+1
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-1/+1
2005-07-06Patch #1232741 by Frederic Devernay - chip8 plugin now playable, and with SCH...Linus Nielsen Feltzing1-204/+853
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+2
2005-02-04adapted to build on iRiverDaniel Stenberg1-0/+7
2004-10-17Plugin rework 2: (most) Compile-time keyboard configuration, for Ondio adapti...Jens Arnold1-25/+62
2004-07-26Removed dead codeLinus Nielsen Feltzing1-3/+0
2004-02-21same treatment like for video plugin: mp3_play_init() removedJörg Hohensohn1-2/+0
2004-01-31not for simulator unless lcd_blit() is implemented and mp3_xx() are stubbedJörg Hohensohn1-0/+2
2004-01-30first game with sound: chip8 makes noiseJörg Hohensohn1-4/+51
2004-01-08Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg1-222/+232
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-10-30from request #628509: ported the Chip-8 emulator as a pluginJörg Hohensohn1-0/+553