dird80: fix files order
d802tap: when direntry and clusterchain file lengths do not match use
Autotools: external libraries are now linked properly.
- check timestamp of input file and if it is changed, reload the file
tap2d80: fill name of newly created image on a right place, not to be
optimization to fix delay of attribute highlighting on slower machines with big scale (e.g. -scale 5)
xzxs.c - display attribute value under the cursor
bin2tap: new option "-n <name>" to have possibility to define a spectrum
workaround for an incorrectly terminated clusterchain by 0xE00 instead of 0xC00
hobeta2trd:
Mbdnew:
tm9tap: New utility. Converts Busysoft's Tape Manager 09 data into tap file.
xzxs performance: redraw grid at attribute level
xzxs fix: missing CFLAGS in Makefile
highlight also black colour (at least a bit)
xzxs update:
xzxs update:
new utility: xzxs
tap2d80: added switches -l, -i and -a
Silence two warnings when building with clang.
patch applied in rev. r58, thanks
patch applied in rev. r58
Silence two warnings when building with clang.
lstrd cleanup:
ticket #11: Silence two warnings when building with clang.
Silence two warnings when building with clang.
Its much better now, but empty block still causes MBD inconsistency. Try the attached TAP, then check resulted MBD with mbdcheck. I suggest throwing those empty blocks away. They are useles anyway.
tap2mbhdd breaks the image
It should be fixed. Please, test it.
ticket #10: tap2mbd/tap2mbhdd breaks the image fix
We analyzed it a bit with Busy, and here are findings: 1. wrong handling of 0 bytes sized (empty) blocks when present in TAP file, produces wrong dir entry. 2. if "fake" header exists before headerless block, the size for the headerless block is set from that "fake" header, not from its real size. If block size in that "fake" header doesn't match with following headerless block size, it will break the image.
And the same is with tap2mbd.
tap2mbhdd breaks the image
Append feature is not working in 0totap
Fixed, thanks for bugreport.
ticket #9: Append feature is not working in 0totap fix
Append feature is not working in 0totap
Append feature is not working in 0totap
Add various new manual pages.
New manual pages for 0totap and binto0
Update utilities to remove warnings at compile time.
Add more mbd utils
Utilities fixed and added to the project.
Update man pages and add 0tobin and 0tohob man pages.
Initial versions (may contain bugs) of new utilities:
0tobin, 0tohob, 0totap fails to build under MinGW environment
Thanks for notice, umask calls removed.
Ticket #7: remove useless umask call in 0tobin, 0tohob and 0totap
Add more mbd utils
0tobin, 0tohob, 0totap fails to build under MinGW environment
Update autoconf configs for various systems (specially Ubuntu 16.04).
bin2mbd - two issues
bin2mbd - two issues
These bugs were fixed in [r43] commit.
Bin2tap - use only standard functions
* Follow GNU Coding Standards
Implementation of autoconf scripts
Creating autoconf branch
bin2mbd fixes:
bin2mbd - two issues
Bin2mbd bugfixes and updates from Busy, hardly revised by me.
Resolve warning at bin2mbd.
bin2mbd: fix free space test and add warning for non-standard images
Use input file name as name for saving file in MBD or TAP file.
fix adding files into existing images, increase minor version
fix for images with smaller fat than 4 sectors
Fix Makefile for Debian based distros.
Fix install
New utils dithvide and dividegen from Zilogator.
Fixed by ub.
False error message in d802tap
fix for ticket #5 "False error message in d802tap".
False error message in d802tap
fixed few misleading indented printf
cleanup:
0tobin shorten output name
for long filenames is needed to use -l switch
dirtap crash
dirtap crash
thanks, fixed in rev. 30
fixed double fclose() in dirtap.c (ticket #2)
Thank you!
tap2mbd not 64-bit safe
tap2mbd not 64-bit safe
thanks, fixed in rev. 29 (also for tap2mbhdd)
fixed tap2mbhdd on 64bit machines (ticket #4)
fixed tap2mbd on 64bit machines (ticket #4)
tap2mbd not 64-bit safe
fix file creation in hobto0
fix: final message printed length of 0 bytes ev...