Browse Source

+ added description in the inital source files comments of ihx2tzx

git-svn-id: branches/z80@44589 -
nickysn 5 years ago
parent
commit
65d2220eb9
3 changed files with 9 additions and 3 deletions
  1. 3 1
      utils/ihx2tzx/ihx2tzx.lpr
  2. 3 1
      utils/ihx2tzx/ihxreader.pas
  3. 3 1
      utils/ihx2tzx/tzxwriter.pas

+ 3 - 1
utils/ihx2tzx/ihx2tzx.lpr

@@ -1,4 +1,6 @@
-{ <description>
+{ IHX (Intel Hex format) to TZX (ZX Spectrum tape file format) convertor tool
+
+  This is the main program of the tool.
 
   Copyright (C) 2020 Nikolay Nikolov <[email protected]>
 

+ 3 - 1
utils/ihx2tzx/ihxreader.pas

@@ -1,4 +1,6 @@
-{ <description>
+{ IHX (Intel Hex format) to TZX (ZX Spectrum tape file format) convertor tool.
+
+  This file contains the IHX writer code.
 
   Copyright (C) 2020 Nikolay Nikolov <[email protected]>
 

+ 3 - 1
utils/ihx2tzx/tzxwriter.pas

@@ -1,4 +1,6 @@
-{ <description>
+{ IHX (Intel Hex format) to TZX (ZX Spectrum tape file format) convertor tool.
+
+  This file contains the TZX writer code.
 
   Copyright (C) 2020 Nikolay Nikolov <[email protected]>