summaryrefslogtreecommitdiff
path: root/misc/sims/z80sim/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sims/z80sim/src/main.c')
-rw-r--r--misc/sims/z80sim/src/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/sims/z80sim/src/main.c b/misc/sims/z80sim/src/main.c
index 0f42f230c..648fcd568 100644
--- a/misc/sims/z80sim/src/main.c
+++ b/misc/sims/z80sim/src/main.c
@@ -105,7 +105,12 @@ void JumpZ80(word PC)
}
#endif
-/* Intel hex code based largely on code taken from the PJRC website */
+/* Intel hex code based largely on code taken from the PJRC website.
+ * Licensing requires the following:
+ *
+ * Author: Paul Stoffregen
+ * Contact: paul@ece.orst.edu
+ */
/* Name: parse_hex
* Description: Parse one line from an Intel hex file