CompactFlash (CF) Interface for Apple II's - Version 1.0 12/19/2001 Project Home: http://dreher.net/CFforAppleII/ This is an open source project to put a CompactFlash memory card into an Apple IIe enhanced or later. Although any Apple II with a 65C02 should work. The firmware in this project is for your reference and education only. I make no guarantees or warranties for this software and I can't be held responsible any damagages resulting from this software's use. This software is free to use, modify or redistribute as you see fit. If you find this code useful or interesting please send me an Email and let me know. Email: rich@dreher.net Files in this distribution: (1) cfdrv.s Apple ProDOS compatiable CompactFlash/IDE driver source file (2) CFdrv.original.bin EPROM ready binary of driver with debug off (3) CFdrv_debug.bin EPROM ready binary of driver with debug on (4) go.bat Simple DOS batch file to compile driver. Assumes CA65 Cross assembler is installed properly. Go to: http://www.cc65.org/ to find assembler (5) idetest.s A small test program that can be used to test the hardware Warning: this test program will write test data to every sector on the drive including the drive's Master Boot Record (MBR) Special thanks to contributors: Chris Schumann - Jeff Pagel - Stephane Guillard - stephane.guillard@steria.com See http://s.guillard.free.fr/Apple2IDE/Apple2IDE.htm for his Apple/IDE interface project