[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unknown Apple II board: "FLY BD"
trace the address and data lines on the card
(http://osites.tripod.com/peripheral.html)
A0-A15 and D0-D7
If the Eprom is mapped to the Apple II slot, you should be able to:
1)put it in slot 7
2)boot to basic prompt
3)type CALL-151 (enter machine language monitor)
4)type C700L (list the code at C700, which would be on the card in slot
7)
5)you should see the code on screen
from the basic prompt, type BSAVE EPROMDUMP,a$c700,L256
Rich