summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy/lcd.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-150/+3
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-8/+6
2010-11-24Rockboy: Added an short stats option which only shows the two numbersMichael Stummvoll1-2/+7
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-6/+2
2009-08-09Rockboy: Significantly reduce the number of palette updates, add support for ...Karl Kurbjun1-19/+72
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-2/+2
2008-11-12Revert last commit (accidentally committed the whole tree)Karl Kurbjun1-19/+14
2008-11-12Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun1-14/+19
2007-10-16Code police and clean up for rockboy.Tom Ross1-53/+42
2007-06-25Fix rockboy for the H100's. Thanks for fixing the HW codec players PeterKarl Kurbjun1-0/+6
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun1-60/+94
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-9/+9
2007-02-18#if => #ifdefDaniel Stenberg1-1/+1
2007-02-06Major Rockboy update. Tom Ross1-176/+97
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun1-7/+6
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun1-45/+95
2006-03-30MCF5249 isn't the only Coldfire CPULinus Nielsen Feltzing1-7/+7
2006-02-27Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this fi...Dave Chapman1-0/+6
2006-01-20Karl Kurbjun's patch #1407719:Daniel Stenberg1-5/+108
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing1-9/+25
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold1-1/+1
2005-11-16Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). ...Jens Arnold1-438/+440
2005-09-11Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring pa...Jens Arnold1-2/+117
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-2/+2
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold1-2/+1
2005-03-04New lcd mode: drop every 9th line; set as default.Michiel Van Der Kolk1-29/+27
2005-03-04New lcd mode; drop top 8 and bottom 8 linesMichiel Van Der Kolk1-5/+6
2005-03-04Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk1-0/+8
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk1-2/+4
2005-03-03Functions and data into iram mode for iriver, seems faster.Michiel Van Der Kolk1-1/+1
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold1-0/+956