From 5db6b51759fa1b2e9595a177414874fc928d5180 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 7 Nov 2007 05:30:31 +0000 Subject: 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 --- bootloader/mrobe500.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bootloader') 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) -- cgit v1.2.3