summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/mem.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-07-21 04:00:58 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-07-21 04:00:58 +0000
commitfa3fc0c5c7e89ad6ce26e9d3563e3a064b018413 (patch)
tree6f7a0f73c8bf25ced6286614e01af7983b59070a /apps/plugins/rockboy/mem.c
parente9c09d4d0e1170c6c81991c2660608854d960a77 (diff)
downloadrockbox-fa3fc0c5c7e89ad6ce26e9d3563e3a064b018413.tar.gz
rockbox-fa3fc0c5c7e89ad6ce26e9d3563e3a064b018413.zip
Commit FS #7379 - This patch fixes most of the sound problems from the previous version. This is a complete rewrite of VisualBoyAdvance's sound code from C++ to C. This patch also eliminates the need for some large tables giving more room in IRAM and the plugin buffer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13947 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockboy/mem.c')
-rw-r--r--apps/plugins/rockboy/mem.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/plugins/rockboy/mem.c b/apps/plugins/rockboy/mem.c
index 8c0bea0b83..6811fd5f81 100644
--- a/apps/plugins/rockboy/mem.c
+++ b/apps/plugins/rockboy/mem.c
@@ -562,10 +562,3 @@ void mbc_reset(void)
562 mbc.enableram = 0; 562 mbc.enableram = 0;
563 mem_updatemap(); 563 mem_updatemap();
564} 564}
565
566
567
568
569
570
571