rockbox/uisimulator/common
Dave Chapman 060320b95c Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions for the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8218 a1c6a512-1295-4272-9138-f99709370657
2005-12-11 02:00:28 +00:00
..
player_icons
fmradio.c FM radio simulation working again 2005-08-16 06:50:25 +00:00
font-player.c
font-player.h
io.c silence picky gcc4 warnings 2005-11-28 09:36:26 +00:00
lcd-common.c 16bit colour support (H300) for the win32 simulator. 2005-11-15 23:37:21 +00:00
lcd-common.h
lcd-playersim.c
lcd-playersim.h
Makefile
mpegplay.c
mpegplay.h
README
sim_icons.c
sim_icons.h
sound.h
SOURCES
stubs.c Fix red sim builds - add rtc_read_datetime and rtc_write_datetime functions for the simulator 2005-12-11 02:00:28 +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.