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:
parent
9ef28da322
commit
42291cd789
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user