Short: ZX Spectrum TAP utilities Author: Marek Zima, Morphos port by Fabrizio "Lanch" Bartoloni Uploader: lanch tiscali it (Fabrizio Bartoloni) Type: misc/emu Version: 1.2 Architecture: ppc-morphos These utilities allow conversions of TAP format ZX Spectrum files to/from other formats Note from the author of the porting: I've experienced warnings of "aggregate has a partly bracketed initializer" when compiling tap2d80 and tap2mbd. Be careful. >>> D802TAP 1.2 stable - @2002 by Marek Zima <<< Syntax: d802tap [p/P] [p/P] - PAUSE /******************************************************************************* * D802TAP * ******************************************************************************** * Description: * * Transform data from MDOS image file to ZX Spectrup TAP file. * *------------------------------------------------------------------------------* * Version: 1.2 stable * *------------------------------------------------------------------------------* * Developer: * * Ing. Marek Zima, Slovak Republic, marek_zima@yahoo.com or zimam@host.sk * * Bugfixer: * * Lubomir Blaha, tritol@trilogic.cz * * Featurer: * Michal Jurica, mike@zeroteam.sk *------------------------------------------------------------------------------* * License: * * GNU License * *------------------------------------------------------------------------------* * Programmed in: * * GNU C with libC (Dev-C++ 4.0) * *------------------------------------------------------------------------------* * Building: * * g++ -o d802tap d802tap.cpp * *******************************************************************************/ >>> TAP2D80 1.1 stable - @2002 by Marek Zima <<< Syntax: tap2d80 [p/P] [p/P] - PAUSE /******************************************************************************* * TAP2D80 * ******************************************************************************** * Description: * * Transform data from ZX Spectrum TAP file to new or existing MDOS image * * file. * *------------------------------------------------------------------------------* * Version: 1.1 stable * *------------------------------------------------------------------------------* * Developer: * * Ing. Marek Zima, Slovak Republic, marek_zima@yahoo.com or zimam@host.sk * * Bugfixer: * * Lubomir Blaha, tritol@trilogic.cz * *------------------------------------------------------------------------------* * License: * * GNU License * *------------------------------------------------------------------------------* * Programmed in: * * GNU C with libC (Dev-C++ 4.0) * *------------------------------------------------------------------------------* * Building: * * g++ -o tap2d80 tap2d80.cpp * *******************************************************************************/ >>> TAP2MBD 1.2 stable - @2002 by Marek Zima <<< Syntax: tap2mbd /******************************************************************************* * TAP2MBD * ******************************************************************************** * Description: * * Transform data from ZX Spectrum TAP file to new or existing MB-02 image * * file. * *------------------------------------------------------------------------------* * Version: 1.2 stable * *------------------------------------------------------------------------------* * Developer: * * Ing. Marek Zima, Slovak Republic, marek_zima@yahoo.com or zimam@host.sk * * Bugfixer: * * Lubomir Blaha, tritol@trilogic.cz * *------------------------------------------------------------------------------* * License: * * GNU License * *------------------------------------------------------------------------------* * Programmed in: * * GNU C with libC (Dev-C++ 4.0) * *------------------------------------------------------------------------------* * Building: * * g++ -o tap2mbd tap2mbd.cpp * *******************************************************************************/