From b7c84d18cead464d7a4a5aede1ac7310f620c20f Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 21 Apr 2019 06:59:42 -0700 Subject: [PATCH 1/4] Link to archived web page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6566df8..9b7b821 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Appalm -Apple II emulator for PalmOS +![Apple II emulator for PalmOS](html/PalmApple - Apple IIe Emulator for Palm.html) From 7dfe9470f85f26dbd2f6b6205b22abad6b3144fd Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 21 Apr 2019 07:06:04 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b7b821..9aff16f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,87 @@ # Appalm -![Apple II emulator for PalmOS](html/PalmApple - Apple IIe Emulator for Palm.html) +![Welcome to the Apple II emulator for PalmOS](https://github.com/dschmenk/Appalm//blob/master/html/PalmApple - Apple IIe Emulator for Palm.html) + +Authors: +Hilary Cheng : hilarycheng@yahoo.com +David Schmenk: lematinracing@yahoo.com + +Web Sites : http://sf.net/projects/palmapple +Public Forum : http://sf.net/forum/forum.php?forum_id=88936 + +License: +Appalm][ Licenses is GNU GPL. Please go to this links for more +details Appalm][ is based on YAE so that we can port to PalmOS +Platform. Appalm][ cannot be used for sale or any redistribution +unless there is an agreement with the authors. Please contact +the author before any sale or any redistribution. + +Appalm][ is an open source software. Anyone is free to modify +the source code and contribute to it. All the users are free to +use this software. But the authors are not responsibile for any +damage by THIS SOFTWARE. Please try it at Your Risk! + +Preface: +Because 68000 based Palm devices are barely faster than the +Apple ][, emulation performance may be less than stellar. An +overclocking utility will go a long way to make the emulator +more useable on anything less than a 66Mhz Clie 665C. + +Introduction: +What would be better than being able to take your beloved Apple +][ with you, including most of the software you had for it, all +in your pocket? Here is your chance. The Appalm ][ emulator +brings a 64K Apple //e, no 80 column card, and 2 disk drives, +to your Palm OS based PDA. Disk images can be uploaded into the +internal Palm memory or a memory card (think how many 140K +floppies fit on a 128 MB memory card :-) ) Joystick emulation +is provided using the hard keys available on most Palm PDAs. If +you have one of those Zires without all the keys, then life +sucks for you. The Sony HIRES screen is supported (in color!) - +and looks great too. The Sony Game Controller works very well. +Highly recommended. + +Installation: +You need to install the emulator, appalm.prc, plus the ROM +files apple2e.rom and slot6.rom. Pick a disk image (currently +must be .DSK fomat) and use the DSK2PDB utility to create a +PalmOS DB of the disk image. A '-r' flag can be passed to +DSK2PDB to create a nibblized disk image which can load +slightly faster on the Palm but takes up 220K vs 140K for the +raw data. The standard format database performance has been +improved to the point where I don't know why you would want the +raw format. + +Running: +The basic features of the emulator are available through the +menu. Special keys and joystick options are settable there. You +can return to the Palm Launcher and run other applications. +When you come back to Appalm, it is in the same state as when +you left it. Some of the Palm buttons have been hijacked to +provide useful feature for the emulator. They are: + Calculator - ESC key + Find - CTRL-C + Appointment - Joystick button (1 or 2) + Memo - Joystick button (1 or 2) + Phone/ToDo - Joystick X axis + PgUp/PgDn - Joystick Y axis +A type-ahead buffer is implemented for use with an external +keyboard. You can keep typeing without losing characters. + +Development: +This is a very preliminary version meant more as a +proof-of-concept. More features and performance will be +improved upon. Disk performance is very good now and writing to +the disk image is supported. Sound support would be nice if I +could figure something workable out. Color support for lo-res +(160x160) Palms is in the works. + +Conclusion: +I wanna say thank you to David Schmenk for enhancement of Emulator +and prepare all the works of Appalm][. + +And I can thank Hilary for doing all the initial development +that laid the groundwork for my work. Its much easier if you +have something that already works when developing new emulation +components. + + From 8b5d90f0af14966d7fdfa2f3cb0075185f4062ef Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 21 Apr 2019 07:08:18 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9aff16f..0a3dd99 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # Appalm -![Welcome to the Apple II emulator for PalmOS](https://github.com/dschmenk/Appalm//blob/master/html/PalmApple - Apple IIe Emulator for Palm.html) -Authors: +![Welcome to the Apple II emulator for PalmOS](https://github.com/dschmenk/Appalm/blob/master/html/PalmApple - Apple IIe Emulator for Palm.html) + +##Authors: + Hilary Cheng : hilarycheng@yahoo.com + David Schmenk: lematinracing@yahoo.com Web Sites : http://sf.net/projects/palmapple + Public Forum : http://sf.net/forum/forum.php?forum_id=88936 License: -Appalm][ Licenses is GNU GPL. Please go to this links for more +##Appalm][ Licenses is GNU GPL. Please go to this links for more details Appalm][ is based on YAE so that we can port to PalmOS Platform. Appalm][ cannot be used for sale or any redistribution unless there is an agreement with the authors. Please contact @@ -20,13 +24,13 @@ the source code and contribute to it. All the users are free to use this software. But the authors are not responsibile for any damage by THIS SOFTWARE. Please try it at Your Risk! -Preface: +##Preface: Because 68000 based Palm devices are barely faster than the Apple ][, emulation performance may be less than stellar. An overclocking utility will go a long way to make the emulator more useable on anything less than a 66Mhz Clie 665C. -Introduction: +##Introduction: What would be better than being able to take your beloved Apple ][ with you, including most of the software you had for it, all in your pocket? Here is your chance. The Appalm ][ emulator @@ -40,7 +44,7 @@ sucks for you. The Sony HIRES screen is supported (in color!) - and looks great too. The Sony Game Controller works very well. Highly recommended. -Installation: +##Installation: You need to install the emulator, appalm.prc, plus the ROM files apple2e.rom and slot6.rom. Pick a disk image (currently must be .DSK fomat) and use the DSK2PDB utility to create a @@ -51,7 +55,7 @@ raw data. The standard format database performance has been improved to the point where I don't know why you would want the raw format. -Running: +##Running: The basic features of the emulator are available through the menu. Special keys and joystick options are settable there. You can return to the Palm Launcher and run other applications. @@ -67,7 +71,7 @@ provide useful feature for the emulator. They are: A type-ahead buffer is implemented for use with an external keyboard. You can keep typeing without losing characters. -Development: +##Development: This is a very preliminary version meant more as a proof-of-concept. More features and performance will be improved upon. Disk performance is very good now and writing to @@ -75,7 +79,7 @@ the disk image is supported. Sound support would be nice if I could figure something workable out. Color support for lo-res (160x160) Palms is in the works. -Conclusion: +##Conclusion: I wanna say thank you to David Schmenk for enhancement of Emulator and prepare all the works of Appalm][. From d50e9f400ccb2877d145bd170c15a540ae9f7f14 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sun, 21 Apr 2019 07:08:49 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3dd99..c00c687 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Appalm -![Welcome to the Apple II emulator for PalmOS](https://github.com/dschmenk/Appalm/blob/master/html/PalmApple - Apple IIe Emulator for Palm.html) +![Welcome to the Apple II emulator for PalmOS](https://github.com/dschmenk/Appalm/blob/master/html/PalmApple.html) ##Authors: