summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn6-37/+40
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
2003-12-23Use rockbox random in win32 simulatorHardeep Sidhu2-6/+10
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
2003-12-22Patch #863775 by Bluechip - fixes window size on win32 simulatorLinus Nielsen Feltzing1-2/+2
2003-12-22icons for .ch8, .rvfJörg Hohensohn3-5/+7
2003-12-22emulator is a lot faster with my lcd_blit() function and yield() instead of s...Jörg Hohensohn1-14/+6
2003-12-21Moved memset() out of .iramBjörn Stenberg1-6/+0
2003-12-20Fixed the display corruption in the recording screen when the status bar is d...Linus Nielsen Feltzing1-0/+5
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn8-7/+99
2003-12-19Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike G...Linus Nielsen Feltzing1-1/+1
2003-12-19Added auto-detection of FM radio hardwareLinus Nielsen Feltzing1-0/+2
2003-12-19Automatic detection of FM radio hardware for V2 recordersLinus Nielsen Feltzing3-17/+61
2003-12-19Added sound controls to the FM radio menuLinus Nielsen Feltzing1-1/+9
2003-12-18the vidoe player has some control now: backward, pause, step, FF/FRJörg Hohensohn1-29/+181
2003-12-17Removed mkneofile from TARGETSHardeep Sidhu1-1/+1
2003-12-17Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg1-2/+2
2003-12-17Synced.Mats Lidell1-2/+16
2003-12-17radio on the v2Daniel Stenberg1-0/+5
2003-12-15prevent compiler errors on platforms we can't (currently) flashDaniel Stenberg1-1/+6
2003-12-15Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg1-0/+3
2003-12-15prevent buffer overflowDaniel Stenberg1-19/+28
2003-12-15handle_on() depends on the presence of an ON buttonDaniel Stenberg1-0/+2
2003-12-15Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg1-0/+4
2003-12-15kill an "unused variable" compiler warningDaniel Stenberg1-0/+2
2003-12-15kill a compiler warningDaniel Stenberg1-0/+1
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg1-0/+2
2003-12-15added the lcd-common.c to the build, which fixes the lcd_blit build problemDaniel Stenberg1-6/+10
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing1-1/+1
2003-12-15fixed lcd_blit for the (x11) simDaniel Stenberg2-6/+23
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2-1/+1
2003-12-15#ifdef platform exclusion fixedJörg Hohensohn1-3/+5
2003-12-15the video player plugin and file the type / plugin API for itJörg Hohensohn5-1/+221
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing1-3/+3
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn3-7/+158
2003-12-12Removed mkneofileBjörn Stenberg1-2/+0
2003-12-12restart the byte counter on a new recorded fileDaniel Stenberg1-0/+1
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg3-146/+61
2003-12-12Make it build without ON button. We should probably allow a different keyDaniel Stenberg1-0/+4
2003-12-12Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg10-70/+130
2003-12-12Rockbox on Neo supportDaniel Stenberg1-4/+19
2003-12-12Added the 'mkneofile' tool that is used instead of scramble when making theDaniel Stenberg2-1/+115
2003-12-12New Neo-specific code from the Open Neo project. Unfortunately, the sourcesDaniel Stenberg3-0/+378
2003-12-12All platforms don't have USBDaniel Stenberg2-4/+11
2003-12-12link support for NeoDaniel Stenberg1-0/+79
2003-12-12Additional Neo supportDaniel Stenberg7-2/+82
2003-12-12first attempt at Neo 35 configDaniel Stenberg1-0/+43
2003-12-12adjustments for NeoDaniel Stenberg4-4/+89
2003-12-12Allow building two Neo targets...Daniel Stenberg1-1/+17
2003-12-12fixed a // comment, added a comment how this source file checks for featuresDaniel Stenberg1-2/+6