prodos-drivers/ram.drv/README.md

16 lines
587 B
Markdown
Raw Permalink Normal View History

2019-06-21 23:48:01 +00:00
# Disassembly of Glen E. Bredon's `RAM.DRV.SYSTEM` for Apple II ProDOS
2019-02-25 04:05:42 +00:00
2019-06-18 03:45:00 +00:00
This was started before realizing what the origin of the `RAM.SYSTEM`
found on a MouseDesk 2.0 disk image file was.
2019-02-25 04:05:42 +00:00
There is a more complete diassembly with commentary at:
http://boutillon.free.fr/Underground/Outils/Ram_Drv_System/Ram_Drv_System.html
2019-06-21 23:48:01 +00:00
## 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)