C# Class C64Lib.Core.MOS6526

Afficher le fichier Open project: rosc77/vita64

Méthodes publiques

Свойство Type Description
ta_interrupts int
tb_interrupts int

Protected Properties

Свойство Type Description
alm_10ths byte
int_mask byte
new_cra byte
pra byte
sdr byte
ta UInt16
ta_irq_next_cycle bool
ta_state TimerState
the_cpu MOS6510
tod_10ths byte
tod_divider int
tod_halt bool

Méthodes publiques

Méthode Description
CheckIRQs ( ) : void
CountTOD ( ) : void
EmulateCycle ( ) : void
MOS6526 ( MOS6510 CPU ) : System
Reset ( ) : void
TriggerInterrupt ( int bit ) : void

Method Details

CheckIRQs() public méthode

public CheckIRQs ( ) : void
Résultat void

CountTOD() public méthode

public CountTOD ( ) : void
Résultat void

EmulateCycle() public méthode

public EmulateCycle ( ) : void
Résultat void

MOS6526() public méthode

public MOS6526 ( MOS6510 CPU ) : System
CPU MOS6510
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

TriggerInterrupt() public abstract méthode

public abstract TriggerInterrupt ( int bit ) : void
bit int
Résultat void

Property Details

alm_10ths protected_oe property

protected byte alm_10ths
Résultat byte

int_mask protected_oe property

protected byte int_mask
Résultat byte

new_cra protected_oe property

protected byte new_cra
Résultat byte

pra protected_oe property

protected byte pra
Résultat byte

sdr protected_oe property

protected byte sdr
Résultat byte

ta protected_oe property

protected UInt16 ta
Résultat UInt16

ta_interrupts public_oe property

public int ta_interrupts
Résultat int

ta_irq_next_cycle protected_oe property

protected bool ta_irq_next_cycle
Résultat bool

ta_state protected_oe property

protected TimerState ta_state
Résultat TimerState

tb_interrupts public_oe property

public int tb_interrupts
Résultat int

the_cpu protected_oe property

protected MOS6510,C64Lib.Core the_cpu
Résultat MOS6510

tod_10ths protected_oe property

protected byte tod_10ths
Résultat byte

tod_divider protected_oe property

protected int tod_divider
Résultat int

tod_halt protected_oe property

protected bool tod_halt
Résultat bool