jmce - 1_02

jmce.sinclair.spectrum
Interface SpectrumConstants

All Known Implementing Classes:
Memory128K, Screen, ScreenPanel, Speaker, Spectrum, Spectrum128K, Spectrum48K, SwingKeyboard

public interface SpectrumConstants

Constants relative to Spectrum

Version:
1.00
Author:
Mario Viara

Field Summary
static byte ATTRIBUTE_BRIGHT
           
static byte ATTRIBUTE_FLASH
           
static int MMU_DISABLE
           
static int MMU_PORT
           
static int MMU_ROM
           
static int MMU_VIDEO
          Memory manager 128K
static int ROM_MEMORY_END
          Memory map spectrum 48K
static int SCREEN_ATTRIBUTE_END
           
static int SCREEN_ATTRIBUTE_SIZE
           
static int SCREEN_ATTRIBUTE_START
           
static int SCREEN_MEMORY_END
           
static int SCREEN_MEMORY_SIZE
           
static int SCREEN_MEMORY_START
           
static int ULA_BORDER
          Output
static int ULA_IN
          Input
static int ULA_KBD
           
static int ULA_MIC
           
static int ULA_OUT
           
static int ULA_PORT
          ULA Interface
 

Field Detail

ROM_MEMORY_END

static final int ROM_MEMORY_END
Memory map spectrum 48K

See Also:
Constant Field Values

SCREEN_MEMORY_SIZE

static final int SCREEN_MEMORY_SIZE
See Also:
Constant Field Values

SCREEN_MEMORY_START

static final int SCREEN_MEMORY_START
See Also:
Constant Field Values

SCREEN_MEMORY_END

static final int SCREEN_MEMORY_END
See Also:
Constant Field Values

ATTRIBUTE_FLASH

static final byte ATTRIBUTE_FLASH
See Also:
Constant Field Values

ATTRIBUTE_BRIGHT

static final byte ATTRIBUTE_BRIGHT
See Also:
Constant Field Values

SCREEN_ATTRIBUTE_START

static final int SCREEN_ATTRIBUTE_START
See Also:
Constant Field Values

SCREEN_ATTRIBUTE_END

static final int SCREEN_ATTRIBUTE_END
See Also:
Constant Field Values

SCREEN_ATTRIBUTE_SIZE

static final int SCREEN_ATTRIBUTE_SIZE
See Also:
Constant Field Values

MMU_VIDEO

static final int MMU_VIDEO
Memory manager 128K

See Also:
Constant Field Values

MMU_ROM

static final int MMU_ROM
See Also:
Constant Field Values

MMU_DISABLE

static final int MMU_DISABLE
See Also:
Constant Field Values

MMU_PORT

static final int MMU_PORT
See Also:
Constant Field Values

ULA_PORT

static final int ULA_PORT
ULA Interface

See Also:
Constant Field Values

ULA_BORDER

static final int ULA_BORDER
Output

See Also:
Constant Field Values

ULA_MIC

static final int ULA_MIC
See Also:
Constant Field Values

ULA_OUT

static final int ULA_OUT
See Also:
Constant Field Values

ULA_IN

static final int ULA_IN
Input

See Also:
Constant Field Values

ULA_KBD

static final int ULA_KBD
See Also:
Constant Field Values

jmce - 1_02