1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-29 16:55:59 +00:00

Improve comment.

Status: this now seems to be blocked at unimplemented 5380 functionality.
This commit is contained in:
Thomas Harte 2022-08-30 16:44:03 -04:00
parent 7996fe6dab
commit d460f40b13

View File

@ -129,7 +129,7 @@ Disk2MG::DiskOrMassStorageDevice Disk2MG::open(const std::string &file_name) {
// 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);
break;
case 2: