Releases: robcfg/retrotools
DragonDOS v1.0.1
Welcome to DragonDOS!
It's a tool to create and manage VDK disk images formatted with the DragonDOS file system for Dragon computers.
There are two flavours: command line and graphic user interface.
The command line one is useful for using on scripts or via ssh, for example, while the graphic user interface one offers the ability to see the content of the files, show BASIC programs with syntax highlighting and even render pictures!
I hope you find it useful!
MMBExplorer v1.3.1
Small release consisting on some refactoring and some cleaning up.
MMBExplorer v1.3.0
Added another cool feature by @dmcoles !
Now a view file window is available, where you can visualize the contents of one or several files as hex data, text or BBC Basic listing.
The BBC Basic view has some rudimentary syntax highlighting, which is nice!
MMBExplorer v1.2.9
Merged in pull request by @dmcoles implementing support for extended MMB files (up to 8176 disk images!) and new tools to format all images at once or just the unformatted ones, and setting boot disks for each drive.
DOS68/DOS68UI v1.0.0
First release of DOS68 and DOS68UI, two utilities, one command-line and one graphical, for managing disk images formatted with Smoke Signal Broadcasting's DOS68 like the ones from the SWTPC 6800 computer with any of SSD's disk controllers.
As information on DOS68 is quite hard to come by, resulting images may not work on real machines. Please report any issues you may find so I can fix it and that way, DOS68 will be better documented for the future.
MMBExplorer v1.2.8
Made sure the MMB file access is closed after each operation in order to minimise the chance of data loss.
Also implemented a feature to export the directory of the current selected disk as a CSV file.
MMBExplorer v1.2.7
Fixed issue #6 and added the ability to copy the selected files' crc to the clipboard.
MMBExplorer v1.2.6
Fix for issue #5 , now files are extracted from disk images with directory and BBC<->Host character translation. Translation affects the name part, not the directory.
Also, added a bit more of reliability when importing files with no accompanying .inf file.
MMBExplorer v1.2.5
Added a new column to the disk contents view, with the CRC32 of the files in the disk.
MMBExplorer v1.2.4
Fixed issue #3
Now, the deletion of several selected files from a disk image is working.