Tools for bulk processing and classification of Apple II disk images
Go to file
kris 9f8538b5dc Initial skeleton of an Apple II simulator to be used for tracing boot1
execution.  This traps writes to text page 1 and reads/writes to high
memory (>$C000).

This is already sufficient to trace the execution of one of the simple
boot1 images that clears the text page (manually) and writes 'THIS DISK
HAS NO DOS TO BOOT'
2017-05-12 00:23:08 +01:00
apple2.schema Initial schema for disk metadata 2017-05-04 21:25:33 +01:00
boot1_levenshtein.py Clean up imports 2017-05-11 23:56:44 +01:00
build_levenshtein_graph.py Build a JSON graph of the levenshtein distances between pairs of boot1 2017-05-11 23:54:59 +01:00
insert_disks.py Add check for disk length not aligned to sector boundary 2017-05-04 21:31:55 +01:00
LICENSE Initial commit 2017-05-04 20:57:22 +01:00
README.md Initial commit 2017-05-04 20:57:22 +01:00
render.html Build a JSON graph of the levenshtein distances between pairs of boot1 2017-05-11 23:54:59 +01:00
sim_apple2.py Initial skeleton of an Apple II simulator to be used for tracing boot1 2017-05-12 00:23:08 +01:00

bigapple

Tools for bulk processing and classification of Apple II disk images