├── .gitignore ├── .vscode └── launch.json ├── DSKInfoV3.py └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muckypaws/AmstradDSKExplorer/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muckypaws/AmstradDSKExplorer/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /DSKInfoV3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muckypaws/AmstradDSKExplorer/HEAD/DSKInfoV3.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muckypaws/AmstradDSKExplorer/HEAD/README.md --------------------------------------------------------------------------------