rockbox/uisimulator
Jörg Hohensohn 5495d6ec2e another sim fix, I just _love_ to break these builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4417 a1c6a512-1295-4272-9138-f99709370657
2004-03-21 00:15:16 +00:00
..
common another sim fix, I just _love_ to break these builds 2004-03-21 00:15:16 +00:00
win32 OK, no HIGHEST_IRQ_LEVEL defined for the sim. I use a number again, the code here is pointless anyhow. 2004-03-13 16:59:14 +00:00
x11 New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. 2004-01-21 14:58:40 +00:00
battery.c
FILES Include Roland's icon as well. 2003-07-24 09:52:41 +00:00
HACKING
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