ZXSTSIDE
The Simple 8-bit IDE interface most commonly used as a component of the original +3e by Garry Lancaster.
// Simple 8-bit IDE
typedef struct _tagZXSTSIDE
{
ZXSTBLOCK blk;
} ZXSTSIDE, *LPZXSTSIDE;
Members
- blk
The block header. The block id is is ZXSTBID_SIMPLEIDE ('S', 'I', 'D', 'E').
Revision history
Available since version 1.3