From fdbc01c6e24bf2a758d0d5b38dc2c5c5e46bab07 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 21 Oct 2007 23:12:17 +0000 Subject: More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15254 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/mrobe500.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootloader/mrobe500.c') diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 75e1ae4316..fe48ac6a95 100755 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c @@ -127,10 +127,9 @@ void mrdebug(void) else if (button==BUTTON_RC_REW) address-=0x1000; { - extern int irq_count; short x,y,z1,z2; tsc2100_read_values(&x, &y, &z1, &z2); - printf("%d, x: %04x y: %04x z1: %04x z2: %04x", irq_count,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); -- cgit