+ added description in the inital source files comments of ihx2tzx

git-svn-id: branches/z80@44589 -
This commit is contained in:
nickysn 2020-04-05 14:31:40 +00:00
parent 175cbf672f
commit 65d2220eb9
3 changed files with 9 additions and 3 deletions

View File

@ -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 <nickysn@users.sourceforg.net>

View File

@ -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 <nickysn@users.sourceforg.net>

View File

@ -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 <nickysn@users.sourceforg.net>