1
0
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:
Thomas Harte
2019-07-12 13:17:24 -04:00
parent 59b5dfddec
commit 2c39229b13
4 changed files with 25 additions and 12 deletions
+1
View File
@@ -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();
}