1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-02-21 05:29:13 +00:00

Observes that the actual guess here is MS-DOS-style.

This commit is contained in:
Thomas Harte 2021-06-19 23:11:51 -04:00
parent 0e1e8c7faa
commit 199621db08

View File

@ -17,7 +17,7 @@ namespace Storage {
namespace Disk { namespace Disk {
/*! /*!
Provides a @c DiskImage descriging an MSX-style disk image: Provides a @c DiskImage describing an MSDOS-style disk image:
a sector dump of appropriate proportions. a sector dump of appropriate proportions.
*/ */
class MSXDSK: public MFMSectorDump { class MSXDSK: public MFMSectorDump {