Apple II audit routines: for testing your Apple II or emulator
Go to file
Zellyn Hunter 5ae6c9cea7 reorganize langcard and shasum code 2017-01-05 21:47:49 -05:00
audit reorganize langcard and shasum code 2017-01-05 21:47:49 -05:00
dsk Convert floatbus.dsk to NakedOS, built with diskii 2016-12-06 21:16:01 -05:00
floatbus Convert floatbus.dsk to NakedOS, built with diskii 2016-12-06 21:16:01 -05:00
shasum reorganize langcard and shasum code 2017-01-05 21:47:49 -05:00
util util: add hexdiff bash function 2016-10-16 22:10:25 -04:00
v0 langcard: move explicit logic into data-drive test 2016-12-21 20:26:22 -05:00
.gitignore Add bare bones do-nothing audit.asm 2016-12-06 22:18:33 -05:00
LICENSE.txt Add license and readme 2016-09-12 22:08:00 -04:00
README.md Use Markdown for README; use diskii mkhello 2016-12-09 23:10:25 -05:00

README.md

Apple II Audit

This repository contains 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 OpenEmulator: I may alternate adding tests here and features there.