dmolony-DiskBrowser/README.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

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
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
2016-02-26 23:11:06 +00:00
- CPM disks
2016-12-13 22:51:09 +00:00
- Comprehensive disk listing
2018-07-18 05:38:20 +00:00
- .woz format 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
* [Project layout](resources/structure.md)
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.
2016-07-31 02:21:28 +00:00
2017-03-16 02:47:14 +00:00
### Example Screens
#### Disk listing
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
2015-06-01 11:15:38 +00:00
![Disk catalog](resources/disk2.png?raw=true "Disk catalog")
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")
2017-03-16 02:47:14 +00:00
#### Zork
2015-06-01 11:15:38 +00:00
![Zork](resources/zork.png?raw=true "Zork")
2018-07-23 00:36:59 +00:00
#### Infocom
![Infocom](resources/planetfall.png?raw=true "Zork")
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")