d81.py 403 B

12345678910111213141516
  1. # greaseweazle/image/d81.py
  2. #
  3. # Written & released by Keir Fraser <keir.xen@gmail.com>
  4. #
  5. # This is free and unencumbered software released into the public domain.
  6. # See the file COPYING for more details, or visit <http://unlicense.org>.
  7. from greaseweazle.image.img import IMG
  8. class D81(IMG):
  9. default_format = 'commodore.1581'
  10. sides_swapped = True
  11. # Local variables:
  12. # python-indent: 4
  13. # End: