summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-03-17devconBjörn Stenberg1-10/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9085 a1c6a512-1295-4272-9138-f99709370657
2006-03-17*** empty log message ***Björn Stenberg1-0/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9084 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Added since25, doom & devcon2006Björn Stenberg1-1/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9083 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Added old.tBjörn Stenberg1-5/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9082 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Added 2.4Björn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9081 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Fix some incorrectly declared functions in the sim.Dan Everton2-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9080 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Iriver: Properly working remote type detection regardless of hold switch ↵Jens Arnold5-23/+26
positions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9079 a1c6a512-1295-4272-9138-f99709370657
2006-03-17H300: Cut-down LCD init & working display flip.Jens Arnold1-150/+127
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9078 a1c6a512-1295-4272-9138-f99709370657
2006-03-17More sane define checking. To disable cpu boosting on ipods, justThom Johansen1-3/+3
commenting out the HAVE_ADJUSTABLE_CPU_FREQ line in the config-ipodxxxx.h file will work now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9077 a1c6a512-1295-4272-9138-f99709370657
2006-03-17*patch by Mikael Magnusson, do not reinitialize the board when hit by a qix. ↵Ben Basha1-43/+46
*some code cleanup by me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9076 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Don't paste when sleepy, kids.Thom Johansen1-16/+15
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9075 a1c6a512-1295-4272-9138-f99709370657
2006-03-17We need to allow set_cpu_frequency in the bootloader for adjustable CPUThom Johansen1-4/+3
freq targets. Fixes red build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9074 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Remove tabs...Thom Johansen1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9073 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Assembler optimised swap32 for ARM.Thom Johansen1-3/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9072 a1c6a512-1295-4272-9138-f99709370657
2006-03-17I could have sworn i removed that before commiting...Thom Johansen1-3/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9071 a1c6a512-1295-4272-9138-f99709370657
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen5-18/+71
are either untested or do not work with the current code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9070 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Free one register extra so we can block load a bit more.Thom Johansen1-14/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9069 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Remove tabs...Thom Johansen1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9068 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen3-9/+53
Introduce TIMER_FREQ define. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9067 a1c6a512-1295-4272-9138-f99709370657
2006-03-17Some extra PP defines, and make some PP5002 defines consistens withThom Johansen2-13/+10
PP5020. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9066 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Add a call to rb->yield() in the main loopDave Chapman1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9065 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Improved screenshot courtesy of Mikael MagnussonDave Chapman1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9064 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Patch #4842 from Nils Wallménius. Adds several demos with screenshots to ↵Martin Arver20-0/+95
the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9063 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Fix red and yello build tableBrandon Low1-2/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9062 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod ↵Brandon Low4-6/+11
video git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9061 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Thanks to Fredrik Öhrn, fix profiling for pluginsBrandon Low1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9060 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Add pacbox SOURCES file to source tarballDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9059 a1c6a512-1295-4272-9138-f99709370657
2006-03-16I should learn to commit from the right placeMartin Arver1-7/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9058 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Adds feature specific options to the platforms. It is now possible to ↵Martin Arver10-48/+38
include a section by for instance \opt{HAVE_LCD_BITMAP}{...} for targets with bitmap displays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9057 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Restore the backlight setting properly when leaving XoboxLinus Nielsen Feltzing1-5/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9056 a1c6a512-1295-4272-9138-f99709370657
2006-03-16Sprite rendering bug fix from Dave HooperDave Chapman1-30/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9055 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Patch #4838 from Nils Wallménius. Adds Oscilloscope plugin to the manual. ↵Martin Arver12-31/+39
Remove the Oscillograph plugin + screenshots as well git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9054 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Another optimisation from Fredrik Öhrn - put the Z80 registers and some ↵Dave Chapman1-25/+25
lookup tables in IRAM. Gives a significant boost on Coldfire targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9053 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Fix ifdefing for wps hold button tags, enables hold button in wps for ipodBrandon Low1-1/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9052 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Some fixes to chapter Rockbox Interface. Adds the missing screenshots (only ↵Martin Arver8-124/+59
the 112x64x1 for now). These screenshots are hardcoded to point to 112x64x1 for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9051 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Fixes to the Main Menu chapter. Adds screenshots for the main menu screen. ↵Martin Arver11-177/+51
The 112x64x1 screenshots are used for all targets (and is hard coded in the text) for the radio,while recording and bookmarks screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9050 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Adds screenshots for the general settings menuMartin Arver6-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9049 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Fixes to chapter Configure Rockbox. Fixes some references. Makes some ↵Martin Arver4-465/+284
section target specific. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9048 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Save user settings to disk, plus some code policingDave Chapman1-24/+66
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9047 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Oops. Previous commit was untested and broken. This fixes it.Martin Arver1-5/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9046 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Adds screenshots for the sound settings menu. Fix some target specific stuff ↵Martin Arver7-59/+46
in the description for the soundsettings section git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9045 a1c6a512-1295-4272-9138-f99709370657
2006-03-15*Cleanup of the advanced topics chapter. *Introduce a new \dap macro for ↵Martin Arver12-366/+361
easier player naming. *Separate the section on flashing to a separate file. *Introduce the longtable package for...long tables :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9044 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Minor cleanup and correct the copyrightDave Chapman1-12/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9043 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Enable frame-rate control for all targets. Change the iPod Nano to display ↵Dave Chapman2-6/+11
30fps (the other targets are all aiming for 20fps, but are not yet achieving it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9042 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Patch #4830 from Dave Hooper - improved grayscale for the H1x0Dave Chapman1-3/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9041 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Add .S files for pacboxDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9040 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Add Fredrik ÖhrnDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9039 a1c6a512-1295-4272-9138-f99709370657
2006-03-15Patch #4829 from Fredrik Öhrn - Coldfire assembler blit_display() function ↵Dave Chapman3-5/+166
for H300 and move the palette data into IRAM. Each of these gives about a 1fps speed improvement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9038 a1c6a512-1295-4272-9138-f99709370657
2006-03-14latest update by Miguel ArevaloMarcoen Hirschberg3-37/+181
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9037 a1c6a512-1295-4272-9138-f99709370657
2006-03-14Proper spacing after macros without argumentsLinus Nielsen Feltzing1-15/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9036 a1c6a512-1295-4272-9138-f99709370657