summaryrefslogtreecommitdiff
path: root/apps
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 /apps
parentb0232e040277366100910ea41994bea4c49f8db1 (diff)
downloadrockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.tar.gz
rockbox-9e1d00c9fb99494ecd67cc2eb06ef0537a7f18b4.zip
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 'apps')
-rw-r--r--apps/debug_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index e1d2d2e48f..e669a6a123 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2655,7 +2655,8 @@ static const struct the_menu_item menuitems[] = {
2655 { "Dump ROM contents", dbg_save_roms }, 2655 { "Dump ROM contents", dbg_save_roms },
2656#endif 2656#endif
2657#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \ 2657#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \
2658 || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 2658 || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 \
2659 || CONFIG_CPU == DM320
2659 { "View I/O ports", dbg_ports }, 2660 { "View I/O ports", dbg_ports },
2660#endif 2661#endif
2661#if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR) 2662#if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR)