mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Adds has-new-disk flag, allowing mounting of software from the desktop.
This commit is contained in:
@@ -53,6 +53,7 @@ void Drive::set_disk(const std::shared_ptr<Disk> &disk) {
|
||||
has_disk_ = !!disk_;
|
||||
|
||||
invalidate_track();
|
||||
did_set_disk();
|
||||
update_clocking_observer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user