diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-25 18:46:17 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-25 18:46:17 +0000 |
commit | 8ef6367ea928725652bde4cbde0a94d0b29fe773 (patch) | |
tree | 725049e1aa92a39a43e4a0f5977a1c2c0dcb9f82 /hw/mainstone.c | |
parent | 1f587329169765299448c1becd6a633a204ead29 (diff) |
Scale TSC2102 touchscreen pressure value more realistically (still could be better).
PalmOS 5.2.1 now fully boots.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3741 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/mainstone.c')
-rw-r--r-- | hw/mainstone.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mainstone.c b/hw/mainstone.c index 274cbffb5a..d6ce4ffe0b 100644 --- a/hw/mainstone.c +++ b/hw/mainstone.c @@ -11,7 +11,6 @@ #include "hw.h" #include "pxa.h" #include "arm-misc.h" -#include "sysemu.h" #include "net.h" #include "devices.h" #include "boards.h" |