| 427 | } |
| 428 | |
| 429 | void Disk2InterfaceCard::EjectDisk(const int drive) |
| 430 | { |
| 431 | if (!IsDriveValid(drive)) |
| 432 | return; |
| 433 | |
| 434 | EjectDiskInternal(drive); |
| 435 | Snapshot_UpdatePath(); |
| 436 | |
| 437 | SaveLastDiskImage(drive); |
| 438 | GetFrame().Video_ResetScreenshotCounter(""); |
| 439 | } |
| 440 | |
| 441 | void Disk2InterfaceCard::UnplugDrive(const int drive) |
| 442 | { |
no test coverage detected