summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox
AgeCommit message (Expand)Author
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis
2007-05-19attempt to make the Gigabeat button mappings in the plugins more logical and ...Marcoen Hirschberg
2007-05-19Fix name collision on misc.h between zxbox and core.Jens Arnold
2007-05-19Fix name collision on misc.h between zxbox and core.Jens Arnold
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis
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-18Again here, CODEC should be CONFIG_CODECBarry Wardell
2007-02-18Should be CONFIG_CODEC, not CODECBarry Wardell
2007-02-17Fix warning. Should be CONFIG_CODEC, not CODEC.Barry Wardell
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-01-14Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ...Dave Chapman
2006-11-26After FS#6357 I see that I left an unneeded call to pcm_play_stop in zxbox.c ...Michael Sevakis
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-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell
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-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-26fix warningsAnton Romanov
2006-09-26do not update border when we don't see it. some more cleanup.Anton Romanov
2006-09-25yet more code cleanup, quick snapshot feature,sound should no longer crash,li...Anton Romanov
2006-09-15Oops - these files shouldn't have been committed.Dave Chapman
2006-09-15Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It...Dave Chapman