summaryrefslogtreecommitdiffstats
path: root/bootloader/mrobe500.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-11-07 05:30:31 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-11-07 05:30:31 +0000
commit5db6b51759fa1b2e9595a177414874fc928d5180 (patch)
tree5cc59f4a3a9dd1499c233beaa714015618064f6e /bootloader/mrobe500.c
parent22e3d5694030a919402a77c31178a60ce3839194 (diff)
downloadrockbox-5db6b51759fa1b2e9595a177414874fc928d5180.tar.gz
rockbox-5db6b51759fa1b2e9595a177414874fc928d5180.zip
Get the user timer working properly consequentially fixing doom without a hack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15510 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/mrobe500.c')
-rwxr-xr-xbootloader/mrobe500.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c
index 3663612c74..ede05aa25c 100755
--- a/bootloader/mrobe500.c
+++ b/bootloader/mrobe500.c
@@ -109,6 +109,7 @@ void mrdebug(void)
touchpad_calibrate_screen();
use_calibration(true);
#endif
+
while(true)
{
#if 0
@@ -144,14 +145,14 @@ void mrdebug(void)
// tsc2100_read_values(&x, &y, &z1, &z2);
// printf("x: %04x y: %04x z1: %04x z2: %04x", x, y, z1, z2);
// printf("tsadc: %4x", tsc2100_readreg(TSADC_PAGE, TSADC_ADDRESS)&0xffff);
-// printf("current tick: %04x", current_tick);
-// printf("Address: 0x%08x Data: 0x%08x", address, *address);
-// printf("Address: 0x%08x Data: 0x%08x", address+1, *(address+1));
-// printf("Address: 0x%08x Data: 0x%08x", address+2, *(address+2));
+ printf("current tick: %04x", current_tick);
+ printf("Address: 0x%08x Data: 0x%08x", address, *address);
+ printf("Address: 0x%08x Data: 0x%08x", address+1, *(address+1));
+ printf("Address: 0x%08x Data: 0x%08x", address+2, *(address+2));
// // tsc2100_keyclick(); /* doesnt work :( */
// line -= 6;
// }
-#if 1
+#if 0
if (button&BUTTON_TOUCHPAD)
{
if (button&BUTTON_REL)