Organization: Utrecht University, Dept. of Computer Science
Keywords: bus slot signals
Lines: 48
Hello,
I've got a question about the buses in the PC's. I want to use one for
input/output. I already have the pinout. I tried to compare the addresslines
and put the data into latches when the addressbits matched, but with no result. Can anyone tell me what lines I need to drive low/high and for what lines I
have to wait? Also, how does the PC know what slots are used?
I'd like to have scematics like below (which are wrong I suppose), or a
description of the bussignals.
WRITE:
A0..19 _________------------ CPU stores address
AEN ___________---------- CPU sets signal that address is ready
IOW(neg) -------------________ CPU gives write command
D0..7 _______________------ card with matching address puts data
DACK0..3 __________________--- card with matching address signals ready
READ:
A0..19 ________------------- CPU stores address
D0..7 ________------------- CPU stores data
IOR(neg) ------------_________ CPU gives read command
some line _______________----- card signals read is done