mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-16 19:08:49 +00:00
53 lines
2.1 KiB
Markdown
53 lines
2.1 KiB
Markdown
# Apple II Disk Browser
|
|
|
|
### Features
|
|
- Applesoft and Integer Basic
|
|
- Pascal disassembler
|
|
- 6502 disassembler
|
|
- Wizardry internals and maps
|
|
- Infocom text adventure internals
|
|
- Appleworks
|
|
- Visicalc
|
|
- HDV and 2mg
|
|
- Compressed disks - shrinkIt, gzip, zip
|
|
- Track and sector display
|
|
- Dual DOS disks
|
|
- DOS 4.1 disks
|
|
- CPM disks
|
|
- Comprehensive disk listing
|
|
- woz format disks
|
|
|
|
### Documentation
|
|
* [Usage](resources/usage.md)
|
|
* [Project layout](resources/structure.md)
|
|
|
|
### Installation
|
|
* Install the **latest** version of the [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (JRE or JDK).
|
|
* Download DiskBrowser.jar from the [releases](https://github.com/dmolony/diskbrowser/releases) page.
|
|
* Double-click the jar file, or enter 'java -jar DiskBrowser.jar' in the terminal.
|
|
|
|
### Example Screens
|
|
#### Disk listing
|
|
Select a disk from the Disk Tree tab to display the catalog and disk layout.
|
|
![Disk listing](resources/disk1.png?raw=true "Disk listing")
|
|
#### Disk contents
|
|
Double-click a disk from the Disk Tree tab and a new tab appears. This tab contains a list of all the files on the disk. Click on a file and the Output panel will display the contents of that file. The disk sectors containing the file will also be highlighted in the Disk Layout panel.
|
|
![Disk catalog](resources/disk2.png?raw=true "Disk catalog")
|
|
#### Detailed sector display
|
|
Click on any sector in the Disk Layout panel and the Output panel will display the contents of that sector. If it is a recognised sector type, it will be formatted for easier reading.
|
|
![Sector details](resources/sector.png?raw=true "Sector details")
|
|
#### Hard disk
|
|
![Hard disk](resources/disk3.png?raw=true "Hard disk")
|
|
#### Pascal code
|
|
![Pascal](resources/pascal.png?raw=true "Pascal")
|
|
#### Infocom
|
|
![Infocom](resources/zork.png?raw=true "Infocom")
|
|
#### Graphics
|
|
![Graphics](resources/planetfall.png?raw=true "Graphics")
|
|
#### Wizardry
|
|
![Wizardry](resources/wizardry.png?raw=true "Wizardry")
|
|
#### Visicalc
|
|
![Visicalc](resources/visicalc.png?raw=true "Visicalc")
|
|
#### Complete Disk List
|
|
![Disk List](resources/disklist.png?raw=true "Disk List")
|