summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pacbox/pacbox.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-30Plugins: modify IRAM copying codeRafaël Carré1-5/+0
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-07-01PacBox: Premultiply sound prom data on load rather than during emulation. Use...Michael Sevakis1-8/+9
2010-07-01Fix r27202 red. MCF5249 plugin IRAM is already very occupied.Michael Sevakis1-0/+5
2010-07-01Enable game sounds in PacBox. Sound is OFF by default but can be enabled from...Michael Sevakis1-13/+129
2010-03-19Revert r22171 (+r22186) for pacbox, given that it doesn't work, and causes cr...Dave Hooper1-6/+3
2009-09-07Pacbox: add support for hardware 256 color palette mode.Karl Kurbjun1-0/+24
2009-08-06fix for r22171 for pacbox. make "Quit" item quit the plugin again.Teruaki Kawashima1-1/+1
2009-08-05add playback control to more menu of plugins.Teruaki Kawashima1-8/+13
2009-06-16Accept FS#10094 by Teruaki Kawashima:Jonathan Gordon1-17/+5
2009-01-17unify pointers to value for configfile, and add TYPE_BOOL type, used byAndrew Mahone1-5/+9
2009-01-16loader-initialized global plugin API:Andrew Mahone1-8/+3
2008-10-18revert plugin_api part of r18830, as this was the wrong solution for thoseFrank Gevaerts1-1/+1
2008-10-18code police : fix some multiply defined variablesFrank Gevaerts1-1/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2007-09-10Clean up hard-coded pathsNils Wallménius1-2/+2
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-3/+4
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
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-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-07-30accept patch FS#4761 - putting the player on hold will now pause games. this ...Shachar Liberman1-0/+5
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 Chapman1-2/+16
2006-03-16Add a call to rb->yield() in the main loopDave Chapman1-0/+2
2006-03-15Save user settings to disk, plus some code policingDave Chapman1-24/+66
2006-03-15Enable frame-rate control for all targets. Change the iPod Nano to display 3...Dave Chapman1-6/+0
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 Chapman1-168/+11
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 Chapman1-0/+534