mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:59:20 +02:00
+ added description in the inital source files comments of ihx2tzx
git-svn-id: branches/z80@44589 -
This commit is contained in:
parent
175cbf672f
commit
65d2220eb9
@ -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>
|
Copyright (C) 2020 Nikolay Nikolov <nickysn@users.sourceforg.net>
|
||||||
|
|
||||||
|
@ -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>
|
Copyright (C) 2020 Nikolay Nikolov <nickysn@users.sourceforg.net>
|
||||||
|
|
||||||
|
@ -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>
|
Copyright (C) 2020 Nikolay Nikolov <nickysn@users.sourceforg.net>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user