summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-09-07a new firmware makefile for windows (GNUSH) supporting DISABLE_GAMES and diff...Felix Arends
2002-09-06Made the sleep code a little bit less aggressive.Björn Stenberg
2002-09-06Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver set...Björn Stenberg
2002-09-06Optimized ata_read_sectors() a littleLinus Nielsen Feltzing
2002-09-06Moved the LCD frame buffer back to DRAMLinus Nielsen Feltzing
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg
2002-09-05 added button repeat accelerationEric Linenberg
2002-09-05Now uses READ MULTIPLE command. Also corrected some return values.Björn Stenberg
2002-09-05Enabled Warp Mode as wellLinus Nielsen Feltzing
2002-09-05Enabled DRAM burst modeLinus Nielsen Feltzing
2002-09-04Increased BSY & RDY timeouts to 10 secondsBjörn Stenberg
2002-09-04Added (disabled) screendump featureLinus Nielsen Feltzing
2002-09-03Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir br...Björn Stenberg
2002-09-03Added Randy Wood's ROLOBjörn Stenberg
2002-09-03Added lcd_putc()Linus Nielsen Feltzing
2002-09-02Ooops! perform_soft_reset() unlocked the mutex...Linus Nielsen Feltzing
2002-09-02added those gnush makefilesDaniel Stenberg
2002-09-02STANDBY mode works againLinus Nielsen Feltzing
2002-08-30Better handling of garbage in ID3V2 tagsLinus Nielsen Feltzing
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu
2002-08-30Simulators want is_playing tooBjörn Stenberg
2002-08-29Don't set last_dma_tick in swap_data when song is paused. This should fix th...Hardeep Sidhu
2002-08-29wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing
2002-08-29Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing
2002-08-29Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing
2002-08-28Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg
2002-08-28More error handling, handles empty MP3 files now. Part 2.Linus Nielsen Feltzing
2002-08-28More error handling, handles empty MP3 files nowLinus Nielsen Feltzing
2002-08-28Even still more simulator fixesLinus Nielsen Feltzing
2002-08-28Even more simulator fixesLinus Nielsen Feltzing
2002-08-28Simulator fixesLinus Nielsen Feltzing
2002-08-28Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing
2002-08-27Fixed some nasty mutex glitchesLinus Nielsen Feltzing
2002-08-27Update id3->index when changing song in simulator.Mats Lidell
2002-08-27Fixed elapsed time display after resume for large VBR files. Also, update el...Hardeep Sidhu
2002-08-26Don't call perform_sleep() while already sleepingBjörn Stenberg
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg
2002-08-26Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg
2002-08-26Don't seek in buffer if data is being loaded. This fixes the track silence w...Hardeep Sidhu
2002-08-25Make sure there is sufficient data in buffer before resuming after ffw.Hardeep Sidhu
2002-08-24Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu
2002-08-24Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu
2002-08-24Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen
2002-08-23Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing
2002-08-23bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg
2002-08-23the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg