mirror of
https://github.com/a2geek/afscanner.git
synced 2026-04-20 02:17:12 +00:00
b21be649e0c3fc4f02b49780cf7e1da2aec2e54c
Apple Disk II address field scanner
This application is my lame attempt to understand the old Apple Disk II interface. This included writing the read, decode, and physical routines to move the disk arm.
Notes
Makefileis very rudimentary as I am not a Makefile type person and build is so fast it doesn't matter- Pay attention to versions
Makefilemakes assumptions about where things are placed, correct as necessary
Current setup(s)
Windows
Please note that this mixes the Cygin Unix-y path flavor with the Windows path flavor. Java (as it is a Windows application) requires Windows pathing instead of Unix pathing. See the
Makefileconfiguration section.
- Cygwin 64-bit
- git
- gcc (to compile Merlin32)
- make
- Java (Windows version)
- AppleCommander
- Merlin32
Mac OS X
- Java
- AppleCommander
- Text editor
- Merlin32
Software required to build:
- Merlin32 by Brutal Deluxe (version 1.0)
- The command-line variant of AppleCommander (please note this project is using 1.3.5.14-ac and that the command-line options do vary across versions)
- Either a real Apple II or an emulator
Description
Languages
Assembly
98.2%
Makefile
1.8%