summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pacbox
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Fix Pacbox controls for D2 touchscreenRob Purchase1-5/+5
2008-05-13Plugin parameters should be const.Steve Bavin3-4/+4
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis1-0/+11
2008-04-27FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.Rob Purchase1-9/+28
2008-03-22D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mue...Rob Purchase1-0/+12
2008-01-04Stop wasting binary size + ram for several plugins. Plugins are supposed to b...Jens Arnold1-1/+1
2007-11-02Build some more plugins for M:Robe most work, doom builds and runs if you use...Karl Kurbjun1-0/+16
2007-09-10Clean up hard-coded pathsNils Wallménius1-2/+2
2007-07-02Ooops.Jens Arnold1-1/+1
2007-05-26Adapt Pacbox for the Sansa's LCD - it was using the ipod Nano display routine...Dave Chapman2-6/+28
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-3/+4
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2007-03-16Render at 30fps on the GigabeatDave Chapman1-2/+2
2007-02-15Replaced some explicit options for target linking with to be consistent with...Jens Arnold1-1/+1
2007-01-03Improved Sansa keymappings for Pacbox, Solitaire and Star. From FS#6466 by P...Daniel Ankers1-8/+9
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-2/+1
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-20/+2
2006-11-15Don't need to remove the backdrop for all plugins - leave it up for some.Karl Kurbjun1-1/+1
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-16/+9
2006-10-26Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell1-0/+11
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-2/+2
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold1-4/+4
2006-10-13Adjust Pacbox for H10 5GB screen (128x128).Barry Wardell3-2/+28
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-6/+0
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-2/+7
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell1-0/+2
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg1-21/+21
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg1-21/+21
2006-08-03Barry Wardell's keymappings for H10Daniel Stenberg1-0/+11
2006-07-30accept patch FS#4761 - putting the player on hold will now pause games. this ...Shachar Liberman1-0/+5
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold1-1/+1
2006-03-20Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps spee...Dave Chapman1-61/+67
2006-03-18More patches from Fredrik Öhrn - joystick2.diff (add support using buttons o...Dave Chapman7-65/+198
2006-03-16Add a call to rb->yield() in the main loopDave Chapman1-0/+2
2006-03-16Sprite rendering bug fix from Dave HooperDave Chapman1-30/+38
2006-03-15Another optimisation from Fredrik Öhrn - put the Z80 registers and some look...Dave Chapman1-25/+25
2006-03-15Save user settings to disk, plus some code policingDave Chapman1-24/+66
2006-03-15Minor cleanup and correct the copyrightDave Chapman1-12/+6
2006-03-15Enable frame-rate control for all targets. Change the iPod Nano to display 3...Dave Chapman2-6/+11
2006-03-15Patch #4830 from Dave Hooper - improved grayscale for the H1x0Dave Chapman1-3/+10
2006-03-15Patch #4829 from Fredrik Öhrn - Coldfire assembler blit_display() function f...Dave Chapman3-5/+166
2006-03-13Oops - changing the default setting for showfps shouldn't have been committed.Dave Chapman1-1/+1
2006-03-13Various improvements and code re-organisation: Optimised assembler LCD rende...Dave Chapman8-192/+423
2006-03-11Stop audio playback before using IRAMDave Chapman1-0/+8
2006-03-11pacbox - a Pacman arcade machine emulator. Currently working for all colour ...Dave Chapman10-0/+11054