mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Flagged as not read-only, at least for now, to allow 8272 writing tests definitively to function.
This commit is contained in:
parent
5221837be8
commit
750f2cb883
@ -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<Track> CPCDSK::get_uncached_track_at_position(unsigned int head, unsigned int position) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user