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
/
rockboy
/
lcd.c
Age
Commit message (
Expand
)
Author
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
2010-11-24
Rockboy: Added an short stats option which only shows the two numbers
Michael Stummvoll
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
2009-08-09
Rockboy: Significantly reduce the number of palette updates, add support for ...
Karl Kurbjun
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2008-11-12
Revert last commit (accidentally committed the whole tree)
Karl Kurbjun
2008-11-12
Add in the needed crt0.S code for the wakeup alarm also
Karl Kurbjun
2007-10-16
Code police and clean up for rockboy.
Tom Ross
2007-06-25
Fix rockboy for the H100's. Thanks for fixing the HW codec players Peter
Karl Kurbjun
2007-06-24
Sound improvements for rockboy - players now sync the sound (The gigabeat now...
Karl Kurbjun
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-02-18
#if => #ifdef
Daniel Stenberg
2007-02-06
Major Rockboy update.
Tom Ross
2006-06-19
Fix the scaling not being initialized properly.
Karl Kurbjun
2006-06-19
Update for Rockboy: - fix scaling for other color screens than H300 - full me...
Karl Kurbjun
2006-03-30
MCF5249 isn't the only Coldfire CPU
Linus Nielsen Feltzing
2006-02-27
Correctly byte-swap the pixel values for the iPod 4G Color and Nano - this fi...
Dave Chapman
2006-01-20
Karl Kurbjun's patch #1407719:
Daniel Stenberg
2006-01-10
Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups
Linus Nielsen Feltzing
2006-01-08
Don't include the .bss and .ibss sections in the binary image for codecs and ...
Jens Arnold
2005-11-16
Rockboy: adapted to colour LCD (but no colours for gameboy color games yet). ...
Jens Arnold
2005-09-11
Rockboy: Asm optimised updatepatpix() for coldfire. The vertical-mirroring pa...
Jens Arnold
2005-07-06
4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...
Jens Arnold
2005-07-03
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...
Jens Arnold
2005-03-04
New lcd mode: drop every 9th line; set as default.
Michiel Van Der Kolk
2005-03-04
New lcd mode; drop top 8 and bottom 8 lines
Michiel Van Der Kolk
2005-03-04
Grayscale support for rockboy - can't work without markuns patch,
Michiel Van Der Kolk
2005-03-03
Added dynarec(under construction) and outline for lcd modes
Michiel Van Der Kolk
2005-03-03
Functions and data into iram mode for iriver, seems faster.
Michiel Van Der Kolk
2005-03-02
Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...
Jens Arnold