1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 03:29:40 +00:00

Switches away from C strings and allows Vic-20 region inference from filenames.

This commit is contained in:
Thomas Harte
2018-04-06 17:42:24 -04:00
parent cc49140f6f
commit e1c4035812
45 changed files with 151 additions and 123 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ std::unique_ptr<Storage::Encodings::MFM::Encoder> new_encoder(Storage::Disk::PCM
}
DMK::DMK(const char *file_name) :
DMK::DMK(const std::string &file_name) :
file_(file_name) {
// Determine whether this DMK represents a read-only disk (whether intentionally,
// or by virtue of placement).