Skip to content

An visualization tool for Atari ATR floppy disk images.

Notifications You must be signed in to change notification settings

michaelsternberg/atrviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

atrviz

An visualization tool for Atari ATR floppy disk images.

Example Output

Requirements

atrviz is a bash shell script that calls the ImageMagick convert and montage tools. Other GNU or Unix tools are used such as awk and tail. Therefore, some Unix-like environment is needed with ImageMagick installed:

  • Linux
  • Mac OSX + homebrew or MacPorts
  • Windows + Cygwin
  • Windows 10 Subsystem for Linux

Usage

$ ./atrviz [-l label] [-s sectors] [-t tracks] [-b bytes] [-v] -f file.atr
-l: label is quote-enclosed string. Use '\n' for multiple lines.
-f: file.atr is an Atari floppy disk image.
-t: number of tracks (default=40)
-s: number of sectors/track (default=18)
-b: number of bytes/sector (default=128)
-v: verbose output
-h: help (this output)
Output is file.png

Example

$ ./atrviz -l "example.atr\nExample Output of atrviz (2018)\nmd5: $(md5sum example/example.atr | awk '{print $1}')" -f example/example.atr

Caveats

  • No testing yet on enhanced or dual-density ATR images.
  • For amusement purposes only.

Acknowledgements

About

An visualization tool for Atari ATR floppy disk images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages