rockbox/uisimulator
Justin Heiner ba349223bf wps-display.c
* Made 'Remaining Time' count correctly when doing FF/REW.
    * Fixed bug in player_progressbar that caused Illegal Instruction
      if the FF/Play went past the end of the song.
wps.c
    * Removed 'if(lastbutton!=BUTTON_LEFT)' from track changes.
      It was causing tracks to not change unless button was pressed
      numerous times quickly :-)
    * For player, changed BUTTON_STOP to BUTTON_STOP | BUTTON_REL.
      Since stop is also the key to turn the device off, we don't want
      it to go to the dir browser unless the stop button is released.
settings_menu.c
    * Changed the minimum disk spindown time to 3 seconds, due to
      reported problems if set below that.
makefile.vc6
    * Fixed the VC makefile to work with both Recorder & Player again.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2159 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 01:51:09 +00:00
..
common Added lcd_putc() 2002-09-03 09:39:52 +00:00
win32 wps-display.c 2002-09-04 01:51:09 +00:00
x11 Now handles both player/ and recorder/ directories 2002-09-03 08:30:15 +00:00
battery.c a simple battery function to display a battery of passed width, length, 2002-04-23 08:50:38 +00:00
FILES don't package hacking 2002-08-21 10:32:34 +00:00
HACKING clarified and added details about the X11 simulator build 2002-06-04 20:06:40 +00:00
README correction of what file to read 2002-08-21 10:32:00 +00:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

This directory is meant to contain sources that can be compiled and run in any
of the simulators. The code should also either run on target, or be very
similar to code that would run on target.

Simulator-specific code should not be store here, but in the specific
directories for the simulators.

For further information see ../docs/UISIMULATOR