C# 클래스 C64Lib.Core.MOS6569

파일 보기 프로젝트 열기: rosc77/vita64 1 사용 예제들

공개 메소드들

메소드 설명
ChangedVA ( UInt16 new_va ) : void
Dispose ( ) : void
MOS6569 ( C64 c64, C64Display disp, MOS6510 CPU, SystemRam ram, CharacterRom characterRom, ColorRam colorRam ) : System
ReadRegister ( UInt16 adr ) : byte
TriggerLightpen ( ) : void
WriteRegister ( UInt16 adr, byte abyte ) : void
draw_background ( ) : void
draw_graphics ( ) : void
draw_sprites ( ) : void
graphics_access ( ) : void
matrix_access ( ) : void
raster_irq ( ) : void
vblank ( ) : void

비공개 메소드들

메소드 설명
CheckSpriteDMA ( ) : void
DeallocateHandles ( ) : void
DisplayIfBadLine ( ) : void
Dispose ( bool disposing ) : void
EmulateCycle ( ) : bool
FetchIfBadLine ( ) : void
IdleAccess ( ) : void
RCIfBadLine ( ) : void
RefreshAccess ( ) : void
SampleBorder ( ) : void
SetBALow ( ) : void
SprDataAccess ( int num, int bytenum ) : void
SprPtrAccess ( int num ) : void
read_byte ( UInt16 adr ) : byte

메소드 상세

ChangedVA() 공개 메소드

public ChangedVA ( UInt16 new_va ) : void
new_va System.UInt16
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MOS6569() 공개 메소드

public MOS6569 ( C64 c64, C64Display disp, MOS6510 CPU, SystemRam ram, CharacterRom characterRom, ColorRam colorRam ) : System
c64 C64
disp C64Display
CPU MOS6510
ram SystemRam
characterRom CharacterRom
colorRam ColorRam
리턴 System

ReadRegister() 공개 메소드

public ReadRegister ( UInt16 adr ) : byte
adr System.UInt16
리턴 byte

TriggerLightpen() 공개 메소드

public TriggerLightpen ( ) : void
리턴 void

WriteRegister() 공개 메소드

public WriteRegister ( UInt16 adr, byte abyte ) : void
adr System.UInt16
abyte byte
리턴 void

draw_background() 공개 메소드

public draw_background ( ) : void
리턴 void

draw_graphics() 공개 메소드

public draw_graphics ( ) : void
리턴 void

draw_sprites() 공개 메소드

public draw_sprites ( ) : void
리턴 void

graphics_access() 공개 메소드

public graphics_access ( ) : void
리턴 void

matrix_access() 공개 메소드

public matrix_access ( ) : void
리턴 void

raster_irq() 공개 메소드

public raster_irq ( ) : void
리턴 void

vblank() 공개 메소드

public vblank ( ) : void
리턴 void