mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13: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
|
@ -111,4 +111,7 @@ extern QEMUMachine mainstone2_machine;
|
|||
/* musicpal.c */
|
||||
extern QEMUMachine musicpal_machine;
|
||||
|
||||
/* tosa.c */
|
||||
extern QEMUMachine tosapda_machine;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue