Add license and readme

This commit is contained in:
Zellyn Hunter 2016-09-12 22:06:45 -04:00
parent c1664150da
commit e85c7ef0b9
2 changed files with 43 additions and 0 deletions

21
LICENSE.txt Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2016 Zellyn James Hunter
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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.

22
README.org Normal file
View File

@ -0,0 +1,22 @@
* Apple II Audit
This repository contain routines to audit Apple II computers (II, II+,
IIe, IIc), providing information about hardware, ROM versions, RAM
configuration, and behavior.
Eventually, it should comprise an emulator test suite, enabling
emulator writers to systematically identify and eliminate perceptible
differences from real hardware. If a difference visible to code can be
found, a test should be added to this suite.
** Status
I'm just getting started, currently working on:
- experimenting with toolchains for automation
- preliminary floating-bus vsync examples
- sha1sum assembly code
This test suite is a step on the way to implementing Apple IIe
(enhanced) support in [[http://openemulatorproject.github.io/][OpenEmulator]]: I may alternate adding tests here
and features there.