1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Flagged as not read-only, at least for now, to allow 8272 writing tests definitively to function.

This commit is contained in:
Thomas Harte 2017-08-13 18:54:39 -04:00
parent 5221837be8
commit 750f2cb883

View File

@ -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) {