summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy/sys_rockbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26make the plugin API frambuffer agnosticMoshe Piekarski1-2/+2
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-54/+0
2018-06-12Agptek Rocker: fix rockboy palleteMarcin Bukat1-1/+1
2016-10-03Rockboy: revert FS#11745 patchSebastian Leonhardt1-1/+1
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-0/+9
2014-01-18rockbox: Improve button repeat handling.Thomas Martitz1-6/+16
2014-01-18rockboy: Fix button read method.Thomas Martitz1-24/+14
2010-11-28applying FS#10489: Rockboy - rotate directional keys when screen is rotated Michael Stummvoll1-7/+55
2010-11-26Fixing FS#11745 (Rockboy Screen on Sansa Clip+)Michael Stummvoll1-1/+1
2010-09-07plugins (doom, midi, rockboy): don't use non-static inlineRafaël Carré1-1/+1
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré1-2/+2
2009-06-15Fix red.Michael Giacomelli1-1/+1
2009-06-15FS#10327: Patch by Frederick Full to fix the scrollwheel and default Thomas Martitz1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2007-10-16Code police and clean up for rockboy.Tom Ross1-4/+1
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...Tom Ross1-20/+0
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun1-34/+9
2007-05-22Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis1-0/+35
2007-04-09Enable rockboy for M5.Jens Arnold1-3/+2
2007-02-06Major Rockboy update. Tom Ross1-90/+39
2007-01-15FS#6539 - Thanks to Tom RossBarry Wardell1-1/+2
2006-12-05add gigabeat button definesMarcoen Hirschberg1-1/+2
2006-09-26Ooops. Fix red buildsDave Chapman1-2/+2
2006-09-26Use the absolute wheel position driver for Rockboy. Mappings are: top = UP, ...Dave Chapman1-6/+71
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun1-1/+2
2006-01-20Initial support for iPod color and video. The Nano has a 176x132 LCD, which ...Dave Chapman1-10/+28
2006-01-20Karl Kurbjun's patch #1407719:Daniel Stenberg1-60/+41
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+7
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing1-16/+43
2005-11-16Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). ...Jens Arnold1-44/+32
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-4/+4
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold1-1/+1
2005-06-29Hristo Kovachev's keypad fixes for the H300 buildDaniel Stenberg1-1/+2
2005-03-05LCD mode switching added for recorders (uses ON button).Jens Arnold1-1/+4
2005-03-04New lcd mode: drop every 9th line; set as default.Michiel Van Der Kolk1-10/+4
2005-03-04New lcd mode; drop top 8 and bottom 8 linesMichiel Van Der Kolk1-3/+15
2005-03-04Lcd mode selecting between top 16 and bottom 16 lines being dropped byMichiel Van Der Kolk1-5/+4
2005-03-04Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk1-1/+15
2005-03-03no menu for archos players till menu.c is adapted to work for them too...Michiel Van Der Kolk1-0/+4
2005-03-03forgot an #ifdefMichiel Van Der Kolk1-0/+2
2005-03-03First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk1-3/+5
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk1-5/+6
2005-03-03Mode button quits now instead of the center button - prevents accidental quits.Michiel Van Der Kolk1-2/+2
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold1-0/+271