summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy
AgeCommit message (Expand)Author
2007-10-09Oops. Fix red.Nicolas Pennequin
2007-09-10Clean up hard-coded pathsNils Wallménius
2007-09-09Fix rockbox warnings. sramfile is a static array so will never be NULL.Michael Sevakis
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...Tom Ross
2007-07-21Fix red and remove an unneeded fileKarl Kurbjun
2007-07-21Commit FS #7379 - This patch fixes most of the sound problems from the previo...Karl Kurbjun
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-06-25Fix rockboy for the H100's. Thanks for fixing the HW codec players PeterKarl Kurbjun
2007-06-24Fix red rockboy builds on archos. Somebody with more rockboy knowledge might ...Peter D'Hoye
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis
2007-05-22Hopefully take care of the scrollwheel difficulties in plugins on e200.Michael Sevakis
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-05-08Fix red overlay plugins on archos. Linker scripts weren't prepared for those ...Jens Arnold
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
2007-04-18Allow rockboy to run while music is playing with smaller roms. Works on play...Karl Kurbjun
2007-04-09Enable rockboy for M5.Jens Arnold
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-02-18#if => #ifdefDaniel Stenberg
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold
2007-02-06Major Rockboy update. Tom Ross
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-01-15FS#6539 - Thanks to Tom RossBarry Wardell
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-05add gigabeat button definesMarcoen Hirschberg
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis
2006-11-15Hopefully clean up some errorsKarl Kurbjun
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold
2006-10-02iPod bugfix - re-enable scroll events when leaving rockboyDave Chapman
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell
2006-09-26Ooops. Fix red buildsDave Chapman
2006-09-26Use the absolute wheel position driver for Rockboy. Mappings are: top = UP, ...Dave Chapman
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun
2006-06-19Fix errorsKarl Kurbjun
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner