visualize_1541 icon indicating copy to clipboard operation
visualize_1541 copied to clipboard

A tool that creates visualizations of the data layout on Commodore 1541 disk images

Results 6 visualize_1541 issues
Sort by recently updated
recently updated
newest added

Hello, I have some problems with the execution ... Has someone a hint how to fix it? ``` $ visualize_1541.py s0.g64 s0.png track 1.0, offset 2032, size 7814, speed 3,...

https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#constants

$ python3 visualize_1541.py ../marble_madness_s1\[ea_1986\]\(\!\).g64 mm.png Killed this is what happens :(

With python2 deprecated, make the scripts compatible with python3, while still retaining python compatibility. Also removes an unnecessary semicolon I found in the process. I've confirmed with both python 2...

Can be optimized but made a quick translation to javascript.

It seems that `visualize_1541_blocks.py` is not python3 but python2 ? ``` visualize_1541$ python3 visualize_1541_blocks.py "somefile.g64" 1b.png File ".../visualize_1541/visualize_1541_blocks.py", line 108 print "track {}, offset {}, size {}, speed {}".format(trackno, offset,...