diff --git a/Storage/Disk/Formats/CPCDSK.cpp b/Storage/Disk/Formats/CPCDSK.cpp index f1a9b1570..ba57c539b 100644 --- a/Storage/Disk/Formats/CPCDSK.cpp +++ b/Storage/Disk/Formats/CPCDSK.cpp @@ -47,7 +47,7 @@ unsigned int CPCDSK::get_head_count() { bool CPCDSK::get_is_read_only() { // TODO: allow writing. - return true; + return false; } std::shared_ptr CPCDSK::get_uncached_track_at_position(unsigned int head, unsigned int position) {