jmce - 1_02

jmce.altair
Interface AltairConstants

All Known Implementing Classes:
Altair, FDC

public interface AltairConstants

Constants relative to the Altair.

Version:
1.00
Author:
Mario Viara

Field Summary
static int CTRL
          Control disk function register
static int CTRL_STEP_IN
          Step IN command
static int CTRL_STEP_OUT
          Step OUT command
static int DATA
          Data register
static int RESET_ADDRESS
          Reset address
static int SELECT
          Select drive rgister
 

Field Detail

SELECT

static final int SELECT
Select drive rgister

See Also:
Constant Field Values

CTRL

static final int CTRL
Control disk function register

See Also:
Constant Field Values

CTRL_STEP_IN

static final int CTRL_STEP_IN
Step IN command

See Also:
Constant Field Values

CTRL_STEP_OUT

static final int CTRL_STEP_OUT
Step OUT command

See Also:
Constant Field Values

DATA

static final int DATA
Data register

See Also:
Constant Field Values

RESET_ADDRESS

static final int RESET_ADDRESS
Reset address

See Also:
Constant Field Values

jmce - 1_02