summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-09-17Philipp's fix .eq loading patchEric Linenberg1-2/+2
2002-09-17no C99 stuff here ;-)Daniel Stenberg1-1/+2
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu1-22/+31
2002-09-16added memcmp function to make rockbox compilable with latest gcc versions wit...Felix Arends1-0/+113
2002-09-16Now skips garbage padding after the ID3V2 tag, along with Xing and LAME headersLinus Nielsen Feltzing1-6/+27
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing1-1/+3
2002-09-16removed redundant size checksDaniel Stenberg1-8/+0
2002-09-16When getting tag contents, we might read a tag which has a part of it withinDaniel Stenberg1-3/+3
2002-09-16if the id3v2 tags avaiable are bigger than our buffer size, at least tryDaniel Stenberg1-1/+1
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg1-0/+2
2002-09-16Daniel, Eric Linenberg4-28/+49
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg1-1/+4
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing1-1/+1
2002-09-13bye bye chartables, you have served us wellDaniel Stenberg1-207/+0
2002-09-13Greg Haerr's font patch 3:Daniel Stenberg2-41/+77
2002-09-13moved the 12x16 font from the chartables to the bounce code, as that isDaniel Stenberg1-103/+0
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg1-0/+1
2002-09-12no longer include unicode.h, we've removed that fileDaniel Stenberg1-1/+0
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg15-876/+5406
2002-09-12Pitch control for RecorderLinus Nielsen Feltzing2-0/+23
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu2-6/+61
2002-09-10define away lcd_update_rect() too on playersDaniel Stenberg1-0/+1
2002-09-09lcd_puts() now clears to end-of-lineBjörn Stenberg1-12/+19
2002-09-09Read tracknum from id3v1.1 tag (Kenneth Kiraly)Björn Stenberg1-17/+23
2002-09-09Fixed sim buildLinus Nielsen Feltzing1-0/+4
2002-09-09Mono right had the wrong levelLinus Nielsen Feltzing1-1/+1
2002-09-09Added channel configurationLinus Nielsen Feltzing2-13/+95
2002-09-09Changed screen outputLinus Nielsen Feltzing1-2/+2
2002-09-08now also build without parametersFelix Arends1-0/+1
2002-09-08Fixes for binutils 2.13Linus Nielsen Feltzing3-0/+3
2002-09-07a new firmware makefile for windows (GNUSH) supporting DISABLE_GAMES and diff...Felix Arends1-4/+17
2002-09-06Made the sleep code a little bit less aggressive.Björn Stenberg1-1/+1
2002-09-06Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg1-0/+22
2002-09-06Optimized ata_read_sectors() a littleLinus Nielsen Feltzing1-3/+6
2002-09-06Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing2-2/+2
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg1-1/+1
2002-09-05 added button repeat accelerationEric Linenberg1-4/+21
2002-09-05Now uses READ MULTIPLE command. Also corrected some return values.Björn Stenberg1-23/+62
2002-09-05Enabled Warp Mode as wellLinus Nielsen Feltzing1-0/+3
2002-09-05Enabled DRAM burst modeLinus Nielsen Feltzing1-0/+3
2002-09-04Increased BSY & RDY timeouts to 10 secondsBjörn Stenberg1-2/+2
2002-09-04Added (disabled) screendump featureLinus Nielsen Feltzing1-1/+53
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg1-7/+3
2002-09-03Added Randy Wood's ROLOBjörn Stenberg6-6/+217
2002-09-03Added lcd_putc()Linus Nielsen Feltzing2-0/+7
2002-09-02Ooops! perform_soft_reset() unlocked the mutex...Linus Nielsen Feltzing1-1/+0
2002-09-02added those gnush makefilesDaniel Stenberg1-0/+1
2002-09-02STANDBY mode works againLinus Nielsen Feltzing1-4/+8
2002-08-30Better handling of garbage in ID3V2 tagsLinus Nielsen Feltzing1-5/+7
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu1-8/+8