summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/arcade.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/arcade.h')
-rw-r--r--apps/plugins/pacbox/arcade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/arcade.h b/apps/plugins/pacbox/arcade.h
index 33f79e1d53..4207d2c7ce 100644
--- a/apps/plugins/pacbox/arcade.h
+++ b/apps/plugins/pacbox/arcade.h
@@ -189,8 +189,9 @@ void renderSprites( unsigned char * buffer );
189 @return 0 if successful, otherwise the patch could not be applied 189 @return 0 if successful, otherwise the patch could not be applied
190 (probably because the loaded ROM set does not support it) 190 (probably because the loaded ROM set does not support it)
191*/ 191*/
192/* rockbox: not used
192int setSpeedHack( int enabled ); 193int setSpeedHack( int enabled );
193 194*/
194/* Implementation of the Z80 Environment interface */ 195/* Implementation of the Z80 Environment interface */
195unsigned char readByteHigh( unsigned addr ); 196unsigned char readByteHigh( unsigned addr );
196 197