mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Improve comment.
Status: this now seems to be blocked at unimplemented 5380 functionality.
This commit is contained in:
parent
7996fe6dab
commit
d460f40b13
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user