mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 23:29:05 +00:00
Add documentation reference.
This commit is contained in:
parent
9ef28da322
commit
42291cd789
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
using namespace Storage::Disk;
|
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) {
|
IMD::IMD(const std::string &file_name) : file_(file_name) {
|
||||||
// Check for signature.
|
// Check for signature.
|
||||||
if(!file_.check_signature("IMD")) {
|
if(!file_.check_signature("IMD")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user