I can only find one instance of resources, at PP's page :
- schematic : https://atari.8bitchip.info/aidesch.htm
- GAL source : https://atari.8bitchip.info/t206ide.gal
If I correctly understand the GAL listing :
Code: Select all
// Addresse bus
/SELP = 1111.0000.00--.----.--0-.---- // IDE CS0 select the Command Block Registers
/SELS = 1111.0000.00--.----.--1-.---- // IDE CS1 select the Control Block Registers ; CS0 XOR CS1 always true at assertion time
/IORD = 1111.0000.00--.----.----.---- // READ strobe
/IORW = 1111.0000.00--.----.----.---- // WRITE strobe
A0 = ----.----.----.----.----.-x--
A1 = ----.----.----.----.----.x---
A2 = ----.----.----.----.---x.----
Emutos Support ?
None, from what I can read in the IDE driver : https://github.com/emutos/emutos/blob/master/bios/ide.c
Emutos supports only the Falcon IDE controller and (that is mapped to address range 0xF00000--0xFA0000 by the way) the FireBee CF card.
