summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-02-26 21:24:40 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-02-26 21:24:40 +0000
commit9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4 (patch)
tree3a54f016547727768484c5e9dedbf4f022b5ee12 /firmware
parentb0232e040277366100910ea41994bea4c49f8db1 (diff)
downloadrockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.zip
rockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.tar.gz
rockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.tar.bz2
rockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.tar.xz
Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20118 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/dm320.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/dm320.h b/firmware/export/dm320.h
index dc29f7d..3d932c6 100644
--- a/firmware/export/dm320.h
+++ b/firmware/export/dm320.h
@@ -30,7 +30,7 @@
#define LCD_BUFFER_SIZE (LCD_WIDTH*LCD_HEIGHT*2)
#define TTB_SIZE (0x4000)
/* must be 16Kb (0x4000) aligned */
-#if 0
+#if 1
#define MEM_END 0x00900000 + (MEM*0x00100000)
#define TTB_BASE_ADDR (MEM_END - TTB_SIZE)
#else