2017-03-16 02:47:14 +00:00
# Apple II Disk Browser
2015-06-01 09:52:04 +00:00
2017-03-16 02:47:14 +00:00
### Features
2019-10-21 23:57:19 +00:00
- Cross-platform (Windows, MacOS, Linux)
2015-06-01 09:54:53 +00:00
- Applesoft and Integer Basic
- Pascal disassembler
- 6502 disassembler
- Wizardry internals and maps
- Infocom text adventure internals
- Appleworks
- Visicalc
- HDV and 2mg
2017-03-19 23:44:13 +00:00
- Compressed disks - shrinkIt, gzip, zip
2015-06-01 09:54:53 +00:00
- Track and sector display
- Dual DOS disks
2019-01-25 06:25:41 +00:00
- DOS 4.1 disks
2016-02-26 23:11:06 +00:00
- CPM disks
2016-12-13 22:51:09 +00:00
- Comprehensive disk listing
2018-08-13 09:27:16 +00:00
- woz format disks
2019-11-22 05:42:07 +00:00
- UniDos disks
2015-06-01 09:52:04 +00:00
2016-07-31 02:25:03 +00:00
### Documentation
2016-07-31 02:27:33 +00:00
* [Usage ](resources/usage.md )
2016-07-31 02:25:03 +00:00
2016-07-31 02:21:28 +00:00
### Installation
* Install the **latest** version of the [Java Runtime Environment ](http://www.oracle.com/technetwork/java/javase/downloads/index.html ) (JRE or JDK).
2016-07-31 02:22:29 +00:00
* 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.
2019-11-22 05:42:07 +00:00
* Set your root folder (the top-level folder where you keep your disk images).
2016-07-31 02:21:28 +00:00
2017-03-16 02:47:14 +00:00
### Example Screens
#### Disk listing
2018-10-13 22:22:38 +00:00
Select a disk from the Disk Tree tab to display the catalog and disk layout.
2015-06-01 11:15:38 +00:00
![Disk listing ](resources/disk1.png?raw=true "Disk listing" )
2017-03-16 02:47:14 +00:00
#### Disk contents
2018-10-13 22:22:38 +00:00
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.
2015-06-01 11:15:38 +00:00
![Disk catalog ](resources/disk2.png?raw=true "Disk catalog" )
2018-08-13 09:27:16 +00:00
#### Detailed sector display
2018-10-13 22:22:38 +00:00
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.
2018-08-13 09:27:16 +00:00
![Sector details ](resources/sector.png?raw=true "Sector details" )
2019-10-22 06:02:54 +00:00
#### Windows
![Windows ](resources/windows.png?raw=true "Windows" )
2017-03-16 02:47:14 +00:00
#### Hard disk
2015-06-01 11:15:38 +00:00
![Hard disk ](resources/disk3.png?raw=true "Hard disk" )
2017-03-16 02:47:14 +00:00
#### Pascal code
2015-06-01 11:15:38 +00:00
![Pascal ](resources/pascal.png?raw=true "Pascal" )
2018-08-13 09:27:16 +00:00
#### Infocom
![Infocom ](resources/zork.png?raw=true "Infocom" )
#### Graphics
![Graphics ](resources/planetfall.png?raw=true "Graphics" )
2017-03-16 02:47:14 +00:00
#### Wizardry
2015-06-01 11:15:38 +00:00
![Wizardry ](resources/wizardry.png?raw=true "Wizardry" )
2017-03-16 02:47:14 +00:00
#### Visicalc
2015-06-01 11:15:38 +00:00
![Visicalc ](resources/visicalc.png?raw=true "Visicalc" )
2017-03-16 02:47:14 +00:00
#### Complete Disk List
2016-12-13 04:37:04 +00:00
![Disk List ](resources/disklist.png?raw=true "Disk List" )