Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SD2IEC test codes V1.3.x for VCPU R1/R2 These programs are designed to test the functions of the VCPU extension. This extension is available in the FlexSD firmware (which is a sd2iec fork): https://bsz.siz.hu/SD2IEC-FlexSD/ http://bsz.amigaspirit.hu/SD2IEC-FlexSD/ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Subject to this warning, the code may be used in whole or in any parts without restriction. ------------------------------------------------------------------------ Requirements for compile: "The Macroassembler AS" / "asl": http://john.ccac.rwth-aachen.de:8000/as/ Gnu make https://www.gnu.org/software/make/ ------------------------------------------------------------------------ Compiling: The codes compile to four platform (In order of appearance): Commodore VIC20 Commodore 64 Commodore 16, 116, plus/4 (264 series) Commodore 128 For compile, try these commands: make target_platform=vic20 make target_platform=c64 make target_platform=c264 make target_platform=c128 These commands will compile all test programs for the selected platform. A directory is created for the platform, where all the test programs are copied together with the necessary files. This directory should be copied to an SD card. This SD card can be inserted into an SD2IEC drive and load this test programs. For cleaning after compile, try these commands: make clean target_platform=vic20 make clean target_platform=c64 make clean target_platform=c264 make clean target_platform=c128 The above commands clean up the directories containing the source code. However, the directories for the platforms will retain the test programs and files copied to them. To clean them up, try these commands: make delexec target_platform=vic20 make delexec target_platform=c64 make delexec target_platform=c264 make delexec target_platform=c128 ------------------------------------------------------------------------