| 408 | } |
| 409 | |
| 410 | RETCODE adfNativeWriteSector( |
| 411 | struct Device* dev, int32_t sector, int size, uint8_t* buffer) |
| 412 | { |
| 413 | Bytes bytes(buffer, size); |
| 414 | putLogicalSector(sector, bytes); |
| 415 | return RC_OK; |
| 416 | } |
| 417 | |
| 418 | private: |
| 419 | const AmigaFfsProto& _config; |
no outgoing calls
no test coverage detected