C# 클래스 Mona.FDC

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

공개 메소드들

메소드 설명
GetFAT ( ushort pos ) : ushort
Read ( byte count, ushort ptr, byte track, byte sector, byte head, byte drive ) : bool
ReadSectors ( ushort pos, ushort count, ushort ptr ) : void

Read sectors.

Reset ( byte drive ) : bool
SearchFile ( string fn ) : ushort

비공개 메소드들

메소드 설명
ConvertFileName ( string fn ) : string

메소드 상세

GetFAT() 공개 정적인 메소드

public static GetFAT ( ushort pos ) : ushort
pos ushort
리턴 ushort

Read() 공개 정적인 메소드

public static Read ( byte count, ushort ptr, byte track, byte sector, byte head, byte drive ) : bool
count byte
ptr ushort
track byte
sector byte
head byte
drive byte
리턴 bool

ReadSectors() 공개 정적인 메소드

Read sectors.
public static ReadSectors ( ushort pos, ushort count, ushort ptr ) : void
pos ushort start sector
count ushort number of sectors to read
ptr ushort es:bx = read address (es = 64kb align, bx = 512 bytes align)
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( byte drive ) : bool
drive byte
리턴 bool

SearchFile() 공개 정적인 메소드

public static SearchFile ( string fn ) : ushort
fn string
리턴 ushort