diff --git a/README.rst b/README.rst index c37e584..0d5b706 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,14 @@ copied file without extension it stays there in such form, till next access (after flushing VFS). Also file sizes are not accurate, since D64 directory entries have sizes stored as 256 bytes blocks. +Screens below shows how it looks like on real C64 machine and its representation +on Midnight Commander listing. + +|image1| |image2| + +In ``media`` directory you can find the ``test.d6z`` gzip compressed D64 image +file. + Rquirements =========== @@ -109,3 +117,6 @@ License This software is licensed under 3-clause BSD license. See LICENSE file for details. + +.. |image1| image:: /media/vice_dir.png?raw=true +.. |image2| image:: /media/mc.png?raw=true diff --git a/media/mc.png b/media/mc.png new file mode 100644 index 0000000..3b7b051 Binary files /dev/null and b/media/mc.png differ diff --git a/media/test.d6z b/media/test.d6z new file mode 100644 index 0000000..c70cc98 Binary files /dev/null and b/media/test.d6z differ diff --git a/media/vice_dir.png b/media/vice_dir.png new file mode 100644 index 0000000..43c83f9 Binary files /dev/null and b/media/vice_dir.png differ