diff --git a/License.html b/License.html new file mode 100644 index 0000000..da4dcc7 --- /dev/null +++ b/License.html @@ -0,0 +1,18 @@ + + + + + + Catakig: License + +

Catakig
Copyright (c) 1997 Colin Klipsch
All rights reserved.

Permission is hereby granted, free of charge, to redistribute and use the source code and binary forms with or without modification, provided that the following conditions are met:

  1. Redistributions of source code must retain the +above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions of binary forms must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. The name of the copyright holder may not be used to endorse or +promote products derived from this software without specific prior written permission.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

THE USER IS ADVISED TO TEST THIS SOFTWARE THOROUGHLY BEFORE RELYING ON IT, AND MUST ASSUME THE ENTIRE RISK OF USING IT.

+ diff --git a/README.md b/README.md new file mode 100644 index 0000000..660b1ba --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +Catakig +======= + +Catakig is an emulator for the popular Apple II series of personal computers, supporting the Apple ][, ][+, //e, and //c models. + +Catakig is an open-source project, released under a BSD style of license. It is generally free for use (but please read the included license before distributing or modifying). + +Catakig's main project website is: http://catakig.sourceforge.net/ + +I have just forked the project to enable building on Lion and may work on it in the future. + + +Original Catakig Read-Me.txt +============================ + + +Catakig is an emulator for the 8-bit family of Apple II personal computers. It works on PowerPC Macs running MacOS X 10.3 or later, or Intel Macs running MacOS X 10.4 or later. It is offered under a BSD style of Open Source license. + +To install Catakig, drag and copy the "Catakig" folder in this disk image to a convenient place on your hard drive. You can put it in your "Applications" area, or anywhere else you'd prefer. In order to do anything useful with Catakig, you will also need some ROM image files for the models of Apple II you wish to emulate. These go into the "ROMs" sub-folder when you get them. + +The included User Guide explains all this and more in better detail. A more recent edition of the guide might also be available from where you downloaded the software, as it will sometimes be updated on a different schedule than the software. All materials related to Catakig, including downloads, are currently accessible through SourceForge: + + http://sourceforge.net/projects/catakig + +... or from Catakig's main website, also in the vicinity: + + http://catakig.sourceforge.net/ + +This is a beta release, and hence a little rough around the edges. The author encourages feedback, questions, and discussion. + +-- Colin K. + + October 2006 diff --git a/User-Guide.pdf b/User-Guide.pdf new file mode 100644 index 0000000..d582edb Binary files /dev/null and b/User-Guide.pdf differ