![]() |
Table of contents |
ZXSTSIDEThe 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;
Membersblk
The block header. The block id is is ZXSTBID_SIMPLEIDE ('S', 'I', 'D', 'E').
Revision historyAvailable since version 1.3 |
| Copyright © 2001 - 2011 Jonathan Needle | |