C# 클래스 C64Lib.Core.MOS6526

파일 보기 프로젝트 열기: rosc77/vita64

공개 프로퍼티들

프로퍼티 타입 설명
ta_interrupts int
tb_interrupts int

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CheckIRQs ( ) : void
CountTOD ( ) : void
EmulateCycle ( ) : void
MOS6526 ( MOS6510 CPU ) : System
Reset ( ) : void
TriggerInterrupt ( int bit ) : void

메소드 상세

CheckIRQs() 공개 메소드

public CheckIRQs ( ) : void
리턴 void

CountTOD() 공개 메소드

public CountTOD ( ) : void
리턴 void

EmulateCycle() 공개 메소드

public EmulateCycle ( ) : void
리턴 void

MOS6526() 공개 메소드

public MOS6526 ( MOS6510 CPU ) : System
CPU MOS6510
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TriggerInterrupt() 공개 추상적인 메소드

public abstract TriggerInterrupt ( int bit ) : void
bit int
리턴 void

프로퍼티 상세

alm_10ths 보호되어 있는 프로퍼티

protected byte alm_10ths
리턴 byte

int_mask 보호되어 있는 프로퍼티

protected byte int_mask
리턴 byte

new_cra 보호되어 있는 프로퍼티

protected byte new_cra
리턴 byte

pra 보호되어 있는 프로퍼티

protected byte pra
리턴 byte

sdr 보호되어 있는 프로퍼티

protected byte sdr
리턴 byte

ta 보호되어 있는 프로퍼티

protected UInt16 ta
리턴 UInt16

ta_interrupts 공개적으로 프로퍼티

public int ta_interrupts
리턴 int

ta_irq_next_cycle 보호되어 있는 프로퍼티

protected bool ta_irq_next_cycle
리턴 bool

ta_state 보호되어 있는 프로퍼티

protected TimerState ta_state
리턴 TimerState

tb_interrupts 공개적으로 프로퍼티

public int tb_interrupts
리턴 int

the_cpu 보호되어 있는 프로퍼티

protected MOS6510,C64Lib.Core the_cpu
리턴 MOS6510

tod_10ths 보호되어 있는 프로퍼티

protected byte tod_10ths
리턴 byte

tod_divider 보호되어 있는 프로퍼티

protected int tod_divider
리턴 int

tod_halt 보호되어 있는 프로퍼티

protected bool tod_halt
리턴 bool