aboutsummaryrefslogtreecommitdiffstats
path: root/hw/zaurus.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-02 01:33:11 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-02 01:33:11 +0000
commit89cdb6af04c16c5476221b1f2d25d8337ebbb391 (patch)
tree907983397c2731788d0cbe7da74c1bb45521dd14 /hw/zaurus.c
parente33d8cdb556cf20b0452d24cee82562ee5ee9ada (diff)
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 <dbaryshkov@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4643 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/zaurus.c')
-rw-r--r--hw/zaurus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/zaurus.c b/hw/zaurus.c
index f655392a8..7b8f1520c 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"