mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-18 18:08:17 +00:00
41 lines
1.2 KiB
Markdown
41 lines
1.2 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
|
|
- Track and sector display
|
|
- Dual DOS disks
|
|
- CPM 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
|
|
![Disk listing](resources/disk1.png?raw=true "Disk listing")
|
|
####Disk contents
|
|
![Disk catalog](resources/disk2.png?raw=true "Disk catalog")
|
|
####Hard disk
|
|
![Hard disk](resources/disk3.png?raw=true "Hard disk")
|
|
####Pascal code
|
|
![Pascal](resources/pascal.png?raw=true "Pascal")
|
|
####Zork
|
|
![Zork](resources/zork.png?raw=true "Zork")
|
|
####Wizardry
|
|
![Wizardry](resources/wizardry.png?raw=true "Wizardry")
|
|
####Visicalc
|
|
![Visicalc](resources/visicalc.png?raw=true "Visicalc")
|