C# Class C64Lib.Core.MOS6526

显示文件 Open project: rosc77/vita64

Public Properties

Property Type Description
ta_interrupts int
tb_interrupts int

Protected Properties

Property 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

Public Methods

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

Method Details

CheckIRQs() public method

public CheckIRQs ( ) : void
return void

CountTOD() public method

public CountTOD ( ) : void
return void

EmulateCycle() public method

public EmulateCycle ( ) : void
return void

MOS6526() public method

public MOS6526 ( MOS6510 CPU ) : System
CPU MOS6510
return System

Reset() public method

public Reset ( ) : void
return void

TriggerInterrupt() public abstract method

public abstract TriggerInterrupt ( int bit ) : void
bit int
return void

Property Details

alm_10ths protected_oe property

protected byte alm_10ths
return byte

int_mask protected_oe property

protected byte int_mask
return byte

new_cra protected_oe property

protected byte new_cra
return byte

pra protected_oe property

protected byte pra
return byte

sdr protected_oe property

protected byte sdr
return byte

ta protected_oe property

protected UInt16 ta
return UInt16

ta_interrupts public_oe property

public int ta_interrupts
return int

ta_irq_next_cycle protected_oe property

protected bool ta_irq_next_cycle
return bool

ta_state protected_oe property

protected TimerState ta_state
return TimerState

tb_interrupts public_oe property

public int tb_interrupts
return int

the_cpu protected_oe property

protected MOS6510,C64Lib.Core the_cpu
return MOS6510

tod_10ths protected_oe property

protected byte tod_10ths
return byte

tod_divider protected_oe property

protected int tod_divider
return int

tod_halt protected_oe property

protected bool tod_halt
return bool