mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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
This commit is contained in:
parent
e33d8cdb55
commit
89cdb6af04
7 changed files with 183 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue