rockbox/uisimulator/common
Jens Arnold 5128080328 FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume target simulators (Ondio, Sansa).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14684 a1c6a512-1295-4272-9138-f99709370657
2007-09-13 20:53:32 +00:00
..
player_icons Added icons for repeat and repeat 1. 2002-10-05 23:57:07 +00:00
fmradio.c Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. 2007-08-14 22:06:23 +00:00
font-player.c Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
font-player.h Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
io.c FS #7752 by Catalin Patulea: Stop 'Rockbox Info' from crashing multivolume target simulators (Ondio, Sansa). 2007-09-13 20:53:32 +00:00
lcd-common.c Add lcd_sleep stub to sim too. 2007-07-08 13:13:25 +00:00
lcd-common.h cleaned up 2002-08-13 09:32:56 +00:00
lcd-playersim.c Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
lcd-playersim.h Charcell lcd driver: Preparations for switching to non-immediate LCD updates, using lcd_update() like on bitmap targets. * Added proper clipping. * Simplified simulator code. 2007-03-31 09:58:49 +00:00
Makefile Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. 2006-10-27 21:48:06 +00:00
mpegplay.c Added possibility to select the priority of the ID3 tags 2004-07-27 14:10:48 +00:00
mpegplay.h Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulator 2004-07-08 10:12:39 +00:00
README describe purpose of common directory 2002-05-12 12:16:05 +00:00
sim_icons.c It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling. 2007-04-03 18:06:13 +00:00
sound.h Added FreeBSD support to uisimulator. Patch by Keith Hubbard 2003-07-04 08:30:01 +00:00
SOURCES charcell code only on charcell sims 2005-02-18 15:43:02 +00:00
stubs.c Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target 2007-08-12 19:49:03 +00:00

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

This directory is for code that is shared between all versions of the
simulator, but is not needed for the target device.

The first code is for the software mpeg audio decoder.  The actual
mpeg decoding code is here and the O/S specific sound drivers should
be located in the x11 and win32 directories as appropriate.