From 89cdb6af04c16c5476221b1f2d25d8337ebbb391 Mon Sep 17 00:00:00 2001 From: balrog Date: Mon, 2 Jun 2008 01:33:11 +0000 Subject: Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. This adds basic support for emulating Sharp Zaurus SL-6000 PDA (tosa). Currently it provides only basic support: no kbd/lcd, sound, ts, etc. But it's able at least to boot Linux from CF. Signed-off-by: Dmitry Baryshkov git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4643 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/zaurus.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/zaurus.c') diff --git a/hw/zaurus.c b/hw/zaurus.c index f655392a8a..7b8f1520c3 100644 --- a/hw/zaurus.c +++ b/hw/zaurus.c @@ -21,8 +21,6 @@ #include "pxa.h" #include "sharpsl.h" -#define zaurus_printf(format, ...) \ - fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__) #undef REG_FMT #if TARGET_PHYS_ADDR_BITS == 32 #define REG_FMT "0x%02x" -- cgit v1.2.3