1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Add documentation reference.

This commit is contained in:
Thomas Harte 2023-12-08 15:38:05 -05:00
parent 9ef28da322
commit 42291cd789

View File

@ -17,6 +17,8 @@
using namespace Storage::Disk;
// Documentation source: https://oldcomputers-ddns.org/public/pub/manuals/imd.pdf
IMD::IMD(const std::string &file_name) : file_(file_name) {
// Check for signature.
if(!file_.check_signature("IMD")) {