summaryrefslogtreecommitdiff
path: root/DskImg.HC
diff options
context:
space:
mode:
Diffstat (limited to 'DskImg.HC')
-rw-r--r--DskImg.HC9
1 files changed, 8 insertions, 1 deletions
diff --git a/DskImg.HC b/DskImg.HC
index 077a986..d2a0c93 100644
--- a/DskImg.HC
+++ b/DskImg.HC
@@ -4,6 +4,13 @@
#define IMG_SIZE 1474560
/*
+ Copyright (C) 2025 Harley Travis <yoshi128k@gmail.com>.
+ This work is free. You can redistribute it and/or modify it under the
+ terms of the Do What The Fuck You Want To Public License, Version 2,
+ as published by Sam Hocevar. See the Copying.TXT file for more details.
+*/
+
+/*
Make sure IRQ6 is on and
pointed to the correct handler!
@@ -64,4 +71,4 @@ U8 DskImg()
return 0;
}
-DskImg; \ No newline at end of file
+DskImg;