Disassembly of the Apple II Desktop - ProDOS GUI
Go to file
Joshua Bell 55544b8835 Support GS/OS filename casing for files. Issue #64
* Move filename case adjustment to directory enumeration
* Don't adjust filename case if GS/OS upper/lowercase bitflags set
* Details at GS/OS Tech Note #8

This is primarily for ProDOS 2.5 support. Note that volume names are
not handled correctly yet - they are always case-adjusted.
2019-01-11 19:47:41 -08:00
desk.acc fix make clean 2019-01-08 08:13:51 -08:00
desktop Support GS/OS filename casing for files. Issue #64 2019-01-11 19:47:41 -08:00
desktop.system fix make clean 2019-01-08 08:13:51 -08:00
docs Tips and Trics doc 2019-01-02 18:26:23 -08:00
fonts Remove desk.acc/fonts, update tools. Resolves #76 2018-04-27 19:37:12 -07:00
inc Add icon for CMD files. Resolves #105 (for now) 2019-01-06 11:33:37 -08:00
ram.system fix make clean 2019-01-08 08:13:51 -08:00
res Tweak release notes and build scripts 2019-01-04 20:03:59 -08:00
.gitignore .gitignore consolidation 2019-01-04 19:46:52 -08:00
.travis.yml Extend Travis-CI push to include full package; fix script; fix several typos 2018-12-09 19:49:45 -08:00
APIs.md disasm: alerts/errors, traversal params and stack 2018-12-23 12:51:03 -08:00
CODE_OF_CONDUCT.md Create standardized code of conduct 2018-04-11 21:36:56 -07:00
CodingStyle.md Use cheap local labels for self-modifying code where possible. Fixes #89 2018-11-24 11:17:46 -08:00
CONTRIBUTING.md Update docs regarding branch structure 2018-12-09 20:43:56 -08:00
desktop.inc Merge remote-tracking branch 'origin/disasm' 2019-01-04 19:22:29 -08:00
macros.inc Merge remote-tracking branch 'origin/disasm' 2018-12-19 12:38:46 -08:00
mgtk.inc Merge remote-tracking branch 'origin/disasm' 2018-12-28 15:47:20 -08:00
MGTK.md Prefer = for constants and := for labels 2018-12-28 15:46:09 -08:00
README.md Documentation updates 2018-04-27 20:40:39 -07:00
RELEASE-NOTES.md Update release notes 2019-01-06 15:19:36 -08:00

Apple II DeskTop

Build Status

Work-in-Progress disassembly of Apple II Desktop (a.k.a. MouseDesk)

Background

Apple II Desktop started its life as "MouseDesk" by Version Soft. It is a mouse-driven Mac-like "Finder" GUI application for 8-bit Apples with 128k of memory (Enhanced Apple //e, Apple //c) using double-hires monochrome graphics (560x192) and the ProDOS operating system.

Apple Computer acquired the software and released it - rebranded as Apple II Desktop - as the initial system software for the Apple IIgs before 16-bit GS/OS replaced it. The rebranded version still functions on 8-bit Apples.

Overview: http://toastytech.com/guis/a2desk.html

Manual: Apple IIgs System Disk Users Guide (1986) - Chapter 2 “The DeskTop”

A pieced-together history, details of versions, bug reports and feature requests: https://mirrors.apple2.org.za/ground.icaen.uiowa.edu/MiscInfo/Misc/mousedesk.info

Disks can be found at: ftp://ftp.apple.asimov.net/pub/apple_II/images/masters/other_os/gui/

Other GUI environments exist for the 8-bit Apples, including GEOS (which includes productivity applications) and Quark Catalyst. While A2.Desktop is more limited - serving only as a file manager and application launcher - it is (subjectively) more visually appealing and better integrated with ProDOS.

Goal

The goal of this project is to disassemble/reverse-engineer the suite with an eye towards understanding how it functions, and eventually fixing bugs and adding functionality.

Tools

The cc65 tool chain will be used; source files will target the ca65 macro assembler. Cross-development on modern systems will be assumed. (Sorry, Merlin purists! We still love you.)

Code of Conduct

Discussions should be polite, respectful and inclusive, and focus on the code. Harassment will not be tolerated. Keep comments constructive. Please read the full Code of Conduct.