a2audit/README.md

24 lines
806 B
Markdown
Raw Normal View History

# Apple II Audit
2016-09-13 02:06:45 +00:00
This repository contains routines to audit Apple II computers (II, II+,
2016-09-13 02:06:45 +00:00
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
2016-09-13 02:06:45 +00:00
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
[OpenEmulator](http://openemulatorproject.github.io/): I may alternate
adding tests here and features there.