jmce - 1_02

jmce.z80pack
Interface Z80PackConstants

All Known Implementing Classes:
Console, Delay, FDC, Memory, Printer, Timer, Z80Pack

public interface Z80PackConstants

Constants for Z80Pack system.

Version:
1.00
Author:
Mario Viara

Field Summary
static int CONDAT
           
static int CONSTA
           
static int DELAY_CTRL
          Delay control.
static int FDC_CMD
          FDC command register
static int FDC_CMD_READ
          FDC Command READ
static int FDC_CMD_WRITE
          FDC Command write
static int FDC_DMA_HI
          FDC dma hi register
static int FDC_DMA_LOW
          FDC Dma low register
static int FDC_DRIVE
          FDC drive register
static int FDC_SECTOR
          FDC sector register
static int FDC_SECTOR_HI
          FDC sector hi register
static int FDC_STATUS
          FDC status register
static int FDC_STATUS_ERROR
          FDC Status error
static int FDC_STATUS_SUCCESS
          FDC Status ok
static int FDC_TRACK
          FDC track register
static int MMU_BANK
           
static int MMU_INIT
           
static int MMU_SEGMENT
           
static int NETWORK_CLIENT_BASE_1
           
static int NETWORK_SERVER_BASE_1
          Network interface # 0 base address
static int NETWORK_SERVER_BASE_2
           
static int NETWORK_SERVER_BASE_3
           
static int NETWORK_SERVER_BASE_4
           
static int PRTDAT
          Printer data port
static int PRTSTA
          Printer status 00 not ready FF ready
static int TERMINATE
           
static int TIMER_CTRL
          Timer control.
 

Field Detail

PRTSTA

static final int PRTSTA
Printer status 00 not ready FF ready

See Also:
Constant Field Values

PRTDAT

static final int PRTDAT
Printer data port

See Also:
Constant Field Values

CONSTA

static final int CONSTA
See Also:
Constant Field Values

CONDAT

static final int CONDAT
See Also:
Constant Field Values

TERMINATE

static final int TERMINATE
See Also:
Constant Field Values

FDC_DRIVE

static final int FDC_DRIVE
FDC drive register

See Also:
Constant Field Values

FDC_TRACK

static final int FDC_TRACK
FDC track register

See Also:
Constant Field Values

FDC_SECTOR

static final int FDC_SECTOR
FDC sector register

See Also:
Constant Field Values

FDC_CMD

static final int FDC_CMD
FDC command register

See Also:
Constant Field Values

FDC_STATUS

static final int FDC_STATUS
FDC status register

See Also:
Constant Field Values

FDC_DMA_LOW

static final int FDC_DMA_LOW
FDC Dma low register

See Also:
Constant Field Values

FDC_DMA_HI

static final int FDC_DMA_HI
FDC dma hi register

See Also:
Constant Field Values

FDC_SECTOR_HI

static final int FDC_SECTOR_HI
FDC sector hi register

See Also:
Constant Field Values

FDC_CMD_READ

static final int FDC_CMD_READ
FDC Command READ

See Also:
Constant Field Values

FDC_CMD_WRITE

static final int FDC_CMD_WRITE
FDC Command write

See Also:
Constant Field Values

FDC_STATUS_SUCCESS

static final int FDC_STATUS_SUCCESS
FDC Status ok

See Also:
Constant Field Values

FDC_STATUS_ERROR

static final int FDC_STATUS_ERROR
FDC Status error

See Also:
Constant Field Values

MMU_INIT

static final int MMU_INIT
See Also:
Constant Field Values

MMU_BANK

static final int MMU_BANK
See Also:
Constant Field Values

MMU_SEGMENT

static final int MMU_SEGMENT
See Also:
Constant Field Values

DELAY_CTRL

static final int DELAY_CTRL
Delay control.

Write at rhis port delay the CPU 10 x the specified number of ms.

See Also:
Constant Field Values

TIMER_CTRL

static final int TIMER_CTRL
Timer control. Read / write port a value different of 0 enable one interrupt timer every 10 ms.

See Also:
Constant Field Values

NETWORK_SERVER_BASE_1

static final int NETWORK_SERVER_BASE_1
Network interface # 0 base address

See Also:
Constant Field Values

NETWORK_SERVER_BASE_2

static final int NETWORK_SERVER_BASE_2
See Also:
Constant Field Values

NETWORK_SERVER_BASE_3

static final int NETWORK_SERVER_BASE_3
See Also:
Constant Field Values

NETWORK_SERVER_BASE_4

static final int NETWORK_SERVER_BASE_4
See Also:
Constant Field Values

NETWORK_CLIENT_BASE_1

static final int NETWORK_CLIENT_BASE_1
See Also:
Constant Field Values

jmce - 1_02