rockbox/uisimulator/sdl
Michael Sevakis 4b902679cc Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11818 a1c6a512-1295-4272-9138-f99709370657
2006-12-19 16:50:07 +00:00
..
button.c Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner. 2006-12-19 16:50:07 +00:00
kernel.c Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner. 2006-12-19 16:50:07 +00:00
lcd-bitmap.c Adjustments for simulating a backlight-modded Ondio. 2006-06-03 12:09:12 +00:00
lcd-bitmap.h code policed // comments 2006-03-19 06:59:36 +00:00
lcd-charcell.c Fixed the errors on the sims. 2006-11-06 18:36:10 +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 Use correct types, which kills some AMD64 sim warnings. 2006-03-22 16:04:01 +00:00
sound.h Use SDL's thread wrappers instead of pthreads to increase portability in the SDL sim. Patch by Andrew Pilley with some changes by me. 2006-01-13 13:38:31 +00:00
SOURCES 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
sprintf.h Patch #1417462 by Dan Everton - Improved SDL simulator 2006-02-03 15:19:58 +00:00
thread-sdl.c Oops - fix warnings and add a simulator version of remove_thread_on_core() 2006-09-03 21:00:19 +00:00
thread-sdl.h code policed // comments 2006-03-19 06:59:36 +00:00
timefuncs.h
UI-e200.bmp Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD. 2006-10-26 13:38:09 +00:00
UI-fmrecorder.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
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 Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-h120.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-h300.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ifp7xx.bmp Iriver iFP7xx support in simulator. 2006-08-18 19:14:11 +00:00
UI-ipod3g.bmp Added necessary bits & pieces for building an ipod 3rd gen simulator. 2006-10-16 18:15:36 +00:00
UI-ipod4g.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ipodcolor.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ipodmini.bmp UI pictures for iPod mini 1G and 2G simulators. 2006-04-02 19:07:27 +00:00
UI-ipodmini2g.bmp UI pictures for iPod mini 1G and 2G simulators. 2006-04-02 19:07:27 +00:00
UI-ipodnano.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ipodvideo.bmp Add iPod Video sim background contributed by aaronfg. 2006-02-23 21:50:34 +00:00
UI-ondiofm.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-ondiosp.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-player.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-recorder.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-recorderv2.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
UI-x5.bmp Re-commit bitmaps in binary mode 2006-02-20 23:44:22 +00:00
uisdl.c Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debug output finally appears on the console again. 2006-10-22 12:41:13 +00:00
uisdl.h Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. 2006-11-10 20:26:01 +00:00

To build:

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