nestornillo

Results 8 issues of nestornillo

This patch adds ZX0 compression/decompression to CPCTelera

Fixed "ASM bindings for..." comment in asm bindings files.

-Added optional parameter to force creation of a new Amsdos header, regardless a valid header is detected or not.

-Added optional parameter to skip header check when not needed. -When checking for Amsdos header, added check to prevent empty header being recognized as a valid header.

-Added header parameter to force creation of a new Amsdos header, regardless a valid header is detected. -When checking for an Amsdos header, prevent empty header being detected as valid.

Adding binary files to a cdt/dsk sometimes fails due to an incorrect identification of a non existing Amsdos header. Most of this cases are caused by zeros at the begining...

enhancement

This PR tries to implement Kevin Thacker's contributed routine for binary loading from Issue #50

When converting an image to bin, the '.h.s' file was included into compilation, which generated unneeded lst, rst, rel and sym files that where not deleted with 'make clean' or...