rockbox/uisimulator/sdl
2007-03-26 07:52:13 +00:00
..
button.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
kernel.c Perform the obligatory fix-the-sims dance. 2007-03-21 23:33:49 +00:00
lcd-bitmap.c Remove the annoying backlight debug output in the simulator 2007-03-05 21:01:35 +00:00
lcd-bitmap.h code policed // comments 2006-03-19 06:59:36 +00:00
lcd-charcell.c First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. 2007-03-26 07:52:13 +00:00
lcd-charcell.h Implemented screendump for the player sim. 2006-05-23 07:48:43 +00:00
lcd-remote-bitmap.c X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
lcd-remote-bitmap.h X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. 2006-07-28 07:35:45 +00:00
lcd-sdl.c Prevent simulator SDL audio skipping under OS X (FS#5748 by Emanuel 2006-07-31 15:11:03 +00:00
lcd-sdl.h code policed // comments 2006-03-19 06:59:36 +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
README
sound.c Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Might come in handy anyhow. Use sound.h instead of the conditional includes for audio hardware headers. If someone doesn't like that, yell at my evil twin. :) 2007-03-11 06:21:43 +00:00
sound.h
SOURCES Fix build errors. 2007-02-20 15:12:56 +00:00
sprintf.h
thread-sdl.c Make the sim create_thread() function slightly closer to the real thing. #include "thread.h" in thread-sdl.c to ensure function prototypes are consistent. This now allows mpegplayer to run in the sim. 2007-03-24 01:27:29 +00:00
thread-sdl.h code policed // comments 2006-03-19 06:59:36 +00:00
timefuncs.h
UI-av300.bmp Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. 2007-01-14 13:48:09 +00:00
UI-e200.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-fmrecorder.bmp
UI-gigabeatf.bmp first gigabeat commit 2006-02-24 15:42:52 +00:00
UI-h10.bmp Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! 2006-08-11 08:35:27 +00:00
UI-h10_5gb.bmp Add new build target for iriver H10 5/6Gb. 2006-08-19 19:21:17 +00:00
UI-h100.bmp
UI-h120.bmp
UI-h300.bmp
UI-ifp7xx.bmp Made sansa and iFP simulator bitmaps binary and restored working versions. 2007-01-10 07:54:52 +00:00
UI-ipod3g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipod4g.bmp
UI-ipodcolor.bmp
UI-ipodmini.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodmini2g.bmp Removed executable flag 2007-01-09 23:29:07 +00:00
UI-ipodnano.bmp
UI-ipodvideo.bmp
UI-m5.bmp Actual M5 simulator image. 2007-03-05 18:36:17 +00:00
UI-ondiofm.bmp
UI-ondiosp.bmp
UI-player.bmp
UI-recorder.bmp
UI-recorderv2.bmp
UI-x5.bmp
uisdl.c Fix build errors. 2007-02-20 15:12:56 +00:00
uisdl.h Actual M5 simulator image. 2007-03-05 18:36:17 +00:00

To build:

 $ ../tools/configure
 [answer questions]
 $ make
 $ ./rockboxui