a2d/res
Joshua Bell fbfca81acc Travis CI: Deploy tagged versions as pre-releases 2019-05-05 18:12:50 -07:00
..
BASIC.SYSTEM Include ProDOS 2.4.2/BASIC.SYSTEM 1.6 for packaging 2019-04-03 22:38:55 -07:00
PRODOS Include ProDOS 2.4.2/BASIC.SYSTEM 1.6 for packaging 2019-04-03 22:38:55 -07:00
README.txt Travis CI: Deploy tagged versions as pre-releases 2019-05-05 18:12:50 -07:00
asmfmt.pl Macros for relocated procs 2019-03-30 08:21:34 -07:00
convert_font.pl Remove desk.acc/fonts, update tools. Resolves #76 2018-04-27 19:37:12 -07:00
dump_font.pl DeskTop: Insertion point fun 2018-05-08 20:14:59 -07:00
go.sh Merge remote-tracking branch 'origin/disasm' 2019-02-24 20:11:21 -08:00
hex2px.pl project cleanup 2018-02-01 10:00:17 -08:00
make_info.pl RAM.SYSTEM disassembly WIP 2019-01-04 19:41:32 -08:00
mount.sh Remove RAM.SYSTEM (moved to external repo). Fixes #108 2019-02-24 20:14:25 -08:00
package.sh Optionally include ProDOS/BASIC.system in package 2019-02-03 18:05:31 -08:00
pxmap.pl Rework file type / icon tables. Fixes #103 2018-12-30 20:35:23 -08:00
refactor.pl param blocks 2018-02-27 18:25:03 -08:00
scopecat.pl add some format/audit tools 2018-02-25 18:40:36 -08:00
shk.sh Remove RAM.SYSTEM (moved to external repo). Fixes #108 2019-02-24 20:14:25 -08:00
stats.pl Common Overlay disasm 2018-11-23 09:50:47 -08:00
unpxmap.pl Tweak release notes and build scripts 2019-01-04 20:03:59 -08:00
util.sh disasm: Dialog bg save/restore, icon painting 2019-01-15 19:02:01 -08:00

README.txt

Apple II DeskTop
================

A2DeskTop.po is an 800k image containing the full application and
all accessories. It can be transferred to an 3.5" floppy using ADTPro.

DeskTop.po, DeskAccessories.po and Preview.po are 140k images
containing different parts of the application, and can be transferred to
5.25" floppies using ADTPro.

Installation
------------

This is a ProDOS 8 application, and works best on a mass storage
device or at least an 800k floppy. Running from 140k is possible
(without desk accessories) but is not recommended.

An Apple II DeskTop installation has the following structure on a mass
storage device:

* `A2.DESKTOP/` - any name is allowed, can be in any subdirectory
  * `DESKTOP.SYSTEM` - invoked to launch DeskTop
  * `DESKTOP2` - application file
  * `DESK.ACC/` - contains Desk Accessories (DAs)
  * `PREVIEW/` - contains file preview handlers (special type of DAs)

At runtime, other files will be created within the application
directory:

* `QUIT.TMP` holds the original ProDOS quit routine.
* `SELECTOR.LIST` holds the Selector menu entries, which allow
   for quick launching of other applications.

Tips and Tricks
---------------

You can use the Sort Directory DA to order the files, which controls
the menu order:

* Open the A2.DESKTOP/DESK.ACC folder
* Hold Open-Apple and click on each file in the desired order
* Select Sort Directory from the Apple menu, and verify the order
* Restart

Source code can be found at: https://github.com/inexorabletash/a2d