From 2dfb4410a9bf06eea50f36b197fb75dc60fb001d Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Fri, 21 Jun 2019 16:48:01 -0700 Subject: [PATCH] Update README with branch details --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0646db..ed8d6ca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Disassembly of Glen E. Bredon's `RAM.DRV.SYSTEM` for the Apple II +# Disassembly of Glen E. Bredon's `RAM.DRV.SYSTEM` for Apple II ProDOS This was started before realizing what the origin of the `RAM.SYSTEM` found on a MouseDesk 2.0 disk image file was. @@ -6,3 +6,10 @@ found on a MouseDesk 2.0 disk image file was. There is a more complete diassembly with commentary at: http://boutillon.free.fr/Underground/Outils/Ram_Drv_System/Ram_Drv_System.html + +## Project Details + +* The `orig` branch compiles to to match the original. +* The `master` branch has additions, including: + * Chains to next `.SYSTEM` file in dir order (not hard coded) + * Chains to next `.SYSTEM` file on non-block devices (e.g. file shares)