From c3dcc87aa494934943769b70fd752af1271d196a Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 18 Apr 2007 07:41:31 +0000 Subject: Allow rockboy to run while music is playing with smaller roms. Works on players that do not use the IRAM macros. Only tested on the Gigabeat as I think that is the only player that will run rockboy well with music. Also simplified the sound and reduced the code size a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13199 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/save.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/plugins/rockboy/save.c') diff --git a/apps/plugins/rockboy/save.c b/apps/plugins/rockboy/save.c index 2332811911..794579d8fa 100644 --- a/apps/plugins/rockboy/save.c +++ b/apps/plugins/rockboy/save.c @@ -1,7 +1,4 @@ - - #include "rockmacros.h" -#include #include "defs.h" #include "cpu-gb.h" @@ -13,8 +10,6 @@ #include "mem.h" #include "sound.h" - - #ifdef ROCKBOX_LITTLE_ENDIAN #define LIL(x) (x) #else -- cgit v1.2.3