From d460f40b13f60a76e865bbdd54af1b92121e1e5f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 30 Aug 2022 16:44:03 -0400 Subject: [PATCH] Improve comment. Status: this now seems to be blocked at unimplemented 5380 functionality. --- Storage/Disk/DiskImage/Formats/2MG.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Disk/DiskImage/Formats/2MG.cpp b/Storage/Disk/DiskImage/Formats/2MG.cpp index f68c3c090..8b0d0d24d 100644 --- a/Storage/Disk/DiskImage/Formats/2MG.cpp +++ b/Storage/Disk/DiskImage/Formats/2MG.cpp @@ -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: