summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/main.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-04-18 07:41:31 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-04-18 07:41:31 +0000
commitc3dcc87aa494934943769b70fd752af1271d196a (patch)
tree56cd61160f29c22ee3fa67ee9bc3e020013aa051 /apps/plugins/rockboy/main.c
parent521d6a5e1f1dc3a08700b22db5b203920c9f3bda (diff)
downloadrockbox-c3dcc87aa494934943769b70fd752af1271d196a.tar.gz
rockbox-c3dcc87aa494934943769b70fd752af1271d196a.zip
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
Diffstat (limited to 'apps/plugins/rockboy/main.c')
-rw-r--r--apps/plugins/rockboy/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/rockboy/main.c b/apps/plugins/rockboy/main.c
index fc21ca0d58..bb6b6bd2d7 100644
--- a/apps/plugins/rockboy/main.c
+++ b/apps/plugins/rockboy/main.c
@@ -1,6 +1,3 @@
1#include <stdio.h>
2#include <string.h>
3
4#include "rockmacros.h" 1#include "rockmacros.h"
5#include "input.h" 2#include "input.h"
6#include "emu.h" 3#include "emu.h"