summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-19Initialize the MBC to off, idle state JinCBrandon Low
Fix a comment that had wrong voltage git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8382 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Use symbolic name better and don't appear to crash on the You WIN screenBrandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8381 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Level caching and screen size/color handling for sokoban from myself and ↵Brandon Low
Midgey34 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8380 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Stricter asm constraint is required.Brandon Low
(Prevent breakage with future compilers) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8379 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Fix reboot-to-diskmode for the Nano and Video - the "diskmode" string is ↵Dave Chapman
written to the end of IRAM, which is larger on the PP5022 devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8378 a1c6a512-1295-4272-9138-f99709370657
2006-01-19Synced.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8377 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Line too wide for nano screen, split it up.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8376 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Profiling support, tools and documentation.Brandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ↵Brandon Low
facilitate 'on exit' functionality git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8374 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Remove logos from bootloaderDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8373 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Part of patch #1407541 to improve battery smoothing by absorbing extra ↵Brandon Low
precision from the battery scale factor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8372 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Remove a redundant lineHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8371 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Patch #1408536 by Mark Arigo - properly strip ID3V1 tagsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8370 a1c6a512-1295-4272-9138-f99709370657
2006-01-18iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8369 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Remove a trailing space to make binlang happyHristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8368 a1c6a512-1295-4272-9138-f99709370657
2006-01-18removed a few ifdefsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8367 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Matt v.d. Westhuizen's iAudio X5 keypad adjustmentsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8366 a1c6a512-1295-4272-9138-f99709370657
2006-01-18Two files for the iFP port that I forgot to commitDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8365 a1c6a512-1295-4272-9138-f99709370657
2006-01-18More consistent error checking.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8364 a1c6a512-1295-4272-9138-f99709370657
2006-01-18The .entry section does no longer exist.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8363 a1c6a512-1295-4272-9138-f99709370657
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API ↵Jens Arnold
version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8362 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Remove use of stdio.h. Proper handling of IRAM.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8361 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Simplified new plugin loader (only read plugin once).Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8360 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Proper fix for the playlist viewer crashLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8359 a1c6a512-1295-4272-9138-f99709370657
2006-01-17Fixed a crash when wrapping the playlist viewer backwards, and made it ↵Linus Nielsen Feltzing
always select the currently playing track when viewing the current playlist git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8358 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8357 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Model & version check for simulator plugins.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8356 a1c6a512-1295-4272-9138-f99709370657
2006-01-16The dependency generation for credits.c failed since it includes a fileDaniel Stenberg
that does't exist when gcc -MM is used. Thus we do one more work-around that creates the file before depedency generation and then removes it again afterwards... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8355 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Archos recorders: The Rockboy overlay loader now uses the same header as the ↵Jens Arnold
plugin loader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8354 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Correctly set the channel mode to "Stereo" and not "Dual Channel".Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8353 a1c6a512-1295-4272-9138-f99709370657
2006-01-16The Code Police struck againLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8352 a1c6a512-1295-4272-9138-f99709370657
2006-01-16iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to ↵Dave Chapman
0x0 from its original location at 0x10000000 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8351 a1c6a512-1295-4272-9138-f99709370657
2006-01-16Cosmetic bugfix - display correct message when generating firmware image for ↵Dave Chapman
the 5g git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8350 a1c6a512-1295-4272-9138-f99709370657
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ↵Jens Arnold
keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8349 a1c6a512-1295-4272-9138-f99709370657
2006-01-14Metronome patch by Martin Scarratt: BPM entry acceleration and proper ↵Linus Nielsen Feltzing
stopping of playback on iriver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8348 a1c6a512-1295-4272-9138-f99709370657
2006-01-13Use SDL's thread wrappers instead of pthreads to increase portability in the ↵Dave Chapman
SDL sim. Patch by Andrew Pilley with some changes by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8347 a1c6a512-1295-4272-9138-f99709370657
2006-01-13Add button definitions for the iPod clickwheelDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8346 a1c6a512-1295-4272-9138-f99709370657
2006-01-13Iriver WPS: Made some buttons more responsive (trigger on press instead of ↵Jens Arnold
release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8345 a1c6a512-1295-4272-9138-f99709370657
2006-01-12Script to create the MD5 sum files for fwpatcherLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8344 a1c6a512-1295-4272-9138-f99709370657
2006-01-12Added H300 1.30eu support for fwpatcherLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8343 a1c6a512-1295-4272-9138-f99709370657
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
2006-01-11H300 bootloader v5Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8340 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of ↵Thom Johansen
IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8339 a1c6a512-1295-4272-9138-f99709370657
2006-01-11let's hope we can start with using the x5 LCD in 16bits as then we can re-useDaniel Stenberg
much code from the h3x0 and ipod LCD code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8338 a1c6a512-1295-4272-9138-f99709370657
2006-01-11make the x5 sim passDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8337 a1c6a512-1295-4272-9138-f99709370657
2006-01-11iAudio: Removed duplicate register definitionsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8336 a1c6a512-1295-4272-9138-f99709370657
2006-01-11H300: Removed lcd_enable() and added a delay to let the hard drive settle ↵Linus Nielsen Feltzing
before entering USB mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8335 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Enable the EXTON and CHG wakeup againLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8334 a1c6a512-1295-4272-9138-f99709370657
2006-01-11H300: set KEEP_ACT before initializing the data sections, otherwise the ↵Linus Nielsen Feltzing
PCF50606 will time out and power off git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8333 a1c6a512-1295-4272-9138-f99709370657
2006-01-11Support for other platforms than just Coldfire.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8332 a1c6a512-1295-4272-9138-f99709370657