C# 클래스 C64Lib.Core.Job1541

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

공개 메소드들

메소드 설명
FormatTrack ( ) : void
Job1541 ( Drive1541Ram RAM ) : System
MoveHeadIn ( ) : void
MoveHeadOut ( ) : void
NewPrefs ( Prefs prefs ) : void
ReadGCRByte ( ) : byte
SyncFound ( ) : bool
WPState ( ) : byte
WriteSector ( ) : void

비공개 메소드들

메소드 설명
CloseD64File ( ) : void
OpenD64File ( string filepath, Stream stream ) : void
disk2gcr ( ) : void
gcr_conv4 ( byte from, byte to, int f, int t ) : void
memset ( byte data, byte val ) : void
memset ( byte data, int start, byte val, int count ) : void
offset_from_ts ( int track, int sector ) : int
read_sector ( int track, int sector, byte buffer ) : bool
secnum_from_ts ( int track, int sector ) : int
sector2gcr ( int track, int sector ) : void
write_sector ( int track, int sector, byte buffer, int buf_ofs ) : bool

메소드 상세

FormatTrack() 공개 메소드

public FormatTrack ( ) : void
리턴 void

Job1541() 공개 메소드

public Job1541 ( Drive1541Ram RAM ) : System
RAM C64Lib.Memory.Drive1541Ram
리턴 System

MoveHeadIn() 공개 메소드

public MoveHeadIn ( ) : void
리턴 void

MoveHeadOut() 공개 메소드

public MoveHeadOut ( ) : void
리턴 void

NewPrefs() 공개 메소드

public NewPrefs ( Prefs prefs ) : void
prefs Prefs
리턴 void

ReadGCRByte() 공개 메소드

public ReadGCRByte ( ) : byte
리턴 byte

SyncFound() 공개 메소드

public SyncFound ( ) : bool
리턴 bool

WPState() 공개 메소드

public WPState ( ) : byte
리턴 byte

WriteSector() 공개 메소드

public WriteSector ( ) : void
리턴 void