rockbox/uisimulator/common
Daniel Stenberg d4d3a5df94 rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building
the recorder simulator, we get a clock in the status bar! ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2586 a1c6a512-1295-4272-9138-f99709370657
2002-10-11 18:48:22 +00:00
..
libmad libmad version 0.14.2b 2002-05-12 11:23:25 +00:00
player_icons Added icons for repeat and repeat 1. 2002-10-05 23:57:07 +00:00
lcd-common.c cleaned up 2002-08-13 09:32:56 +00:00
lcd-common.h cleaned up 2002-08-13 09:32:56 +00:00
lcd-playersim.c Created. 2002-10-11 11:10:52 +00:00
mpegplay.c stop the compiler bitching 2002-05-27 08:08:54 +00:00
mpegplay.h stop the compiler bitching 2002-05-27 08:08:54 +00:00
README describe purpose of common directory 2002-05-12 12:16:05 +00:00
sim_icons.c Added icons for repeat and repeat 1. 2002-10-05 23:59:54 +00:00
sim_icons.h Created. 2002-08-21 10:37:34 +00:00
sound.h added playback simulator if /dev/dsp is unavailable 2002-05-15 07:27:48 +00:00
stubs.c rtc_read() and rtc_write() added, and if we now set HAVE_RTC when building 2002-10-11 18:48:22 +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.