mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Improve comment.
Status: this now seems to be blocked at unimplemented 5380 functionality.
This commit is contained in:
@@ -129,7 +129,7 @@ Disk2MG::DiskOrMassStorageDevice Disk2MG::open(const std::string &file_name) {
|
|||||||
|
|
||||||
// TODO: Apple II-style.
|
// TODO: Apple II-style.
|
||||||
|
|
||||||
// TODO: hard-disk image.
|
// Try a hard-disk image. For now this assumes: for an Apple IIe or GS.
|
||||||
return new MassStorage2MG(file_name, data_start, data_size);
|
return new MassStorage2MG(file_name, data_start, data_size);
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
|
Reference in New Issue
Block a user