index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
pacbox
/
pacbox.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-1
/
+5
2020-10-26
make the plugin API frambuffer agnostic
Moshe Piekarski
1
-1
/
+1
2020-07-24
plugins: More HAVE_BACKLIGHT cleanup
Solomon Peachy
1
-2
/
+4
2020-04-06
Remove unused score tracker from Pacbox AI
Moshe Piekarski
1
-14
/
+3
2019-11-03
Pacbox AI Improvements
Moshe Piekarski
1
-63
/
+48
2019-07-28
pacbox: fix red and enable AI on all targets
Franklin Wei
1
-0
/
+5
2019-07-28
Pacbox AI
Moshe Piekarski
1
-23
/
+295
2015-12-27
Samsung YH820/92x keymap bugfixes
Sebastian Leonhardt
1
-3
/
+0
2015-11-15
YH8xx,YH9xx: Keymap improvement
Sebastian Leonhardt
1
-0
/
+3
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-3
/
+3
2010-08-30
Plugins: modify IRAM copying code
Rafaël Carré
1
-5
/
+0
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-4
/
+1
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-07-01
PacBox: Premultiply sound prom data on load rather than during emulation. Use...
Michael Sevakis
1
-8
/
+9
2010-07-01
Fix r27202 red. MCF5249 plugin IRAM is already very occupied.
Michael Sevakis
1
-0
/
+5
2010-07-01
Enable game sounds in PacBox. Sound is OFF by default but can be enabled from...
Michael Sevakis
1
-13
/
+129
2010-03-19
Revert r22171 (+r22186) for pacbox, given that it doesn't work, and causes cr...
Dave Hooper
1
-6
/
+3
2009-09-07
Pacbox: add support for hardware 256 color palette mode.
Karl Kurbjun
1
-0
/
+24
2009-08-06
fix for r22171 for pacbox. make "Quit" item quit the plugin again.
Teruaki Kawashima
1
-1
/
+1
2009-08-05
add playback control to more menu of plugins.
Teruaki Kawashima
1
-8
/
+13
2009-06-16
Accept FS#10094 by Teruaki Kawashima:
Jonathan Gordon
1
-17
/
+5
2009-01-17
unify pointers to value for configfile, and add TYPE_BOOL type, used by
Andrew Mahone
1
-5
/
+9
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-8
/
+3
2008-10-18
revert plugin_api part of r18830, as this was the wrong solution for those
Frank Gevaerts
1
-1
/
+1
2008-10-18
code police : fix some multiply defined variables
Frank Gevaerts
1
-1
/
+1
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-2
/
+2
2007-09-10
Clean up hard-coded paths
Nils Wallménius
1
-2
/
+2
2007-05-08
Move the old api out of the core and into the plugin lib.
Jonathan Gordon
1
-3
/
+4
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-2
/
+2
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
1
-2
/
+1
2006-11-18
SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...
Michael Sevakis
1
-20
/
+2
2006-11-15
Don't need to remove the backdrop for all plugins - leave it up for some.
Karl Kurbjun
1
-1
/
+1
2006-08-11
'no voice' is -1 not 0 and menu_items does have a pointer
Marcoen Hirschberg
1
-21
/
+21
2006-08-11
don't assign NULL to a long (fixes sim build warnings)
Marcoen Hirschberg
1
-21
/
+21
2006-07-30
accept patch FS#4761 - putting the player on hold will now pause games. this ...
Shachar Liberman
1
-0
/
+5
2006-03-20
Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps spee...
Dave Chapman
1
-61
/
+67
2006-03-18
More patches from Fredrik Öhrn - joystick2.diff (add support using buttons o...
Dave Chapman
1
-2
/
+16
2006-03-16
Add a call to rb->yield() in the main loop
Dave Chapman
1
-0
/
+2
2006-03-15
Save user settings to disk, plus some code policing
Dave Chapman
1
-24
/
+66
2006-03-15
Enable frame-rate control for all targets. Change the iPod Nano to display 3...
Dave Chapman
1
-6
/
+0
2006-03-13
Oops - changing the default setting for showfps shouldn't have been committed.
Dave Chapman
1
-1
/
+1
2006-03-13
Various improvements and code re-organisation: Optimised assembler LCD rende...
Dave Chapman
1
-168
/
+11
2006-03-11
Stop audio playback before using IRAM
Dave Chapman
1
-0
/
+8
2006-03-11
pacbox - a Pacman arcade machine emulator. Currently working for all colour ...
Dave Chapman
1
-0
/
+534