Method |
Description |
|
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 |
|
|