Method | Description | |
---|---|---|
Floppy ( ) : System | ||
MountImage ( string imagePath ) : bool | ||
OnDMA ( ByteArrayEventArgs e ) : void | ||
OnIRQ ( |
||
Read ( ushort addr, int size ) : uint | ||
Write ( ushort addr, uint value, int size ) : void |
Method | Description | |
---|---|---|
ProcessCommandAndArgs ( ushort value ) : void | ||
ReadSector ( ) : void | ||
Reset ( ) : void | ||
RunCommand ( ) : void |
public MountImage ( string imagePath ) : bool | ||
imagePath | string | |
return | bool |
public Write ( ushort addr, uint value, int size ) : void | ||
addr | ushort | |
value | uint | |
size | int | |
return | void |