[ Spectaculator, ZX Spectrum Emulator ] Home | Downloads | Support [ ZX Spectrum Image ]

Table of contents

The zx-state file format
Block types

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


  Copyright © 2001 - 2011 Jonathan Needle Top