Skip to content

a2stuff/a2d

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2024
Dec 24, 2024
Feb 9, 2025
Mar 8, 2025
Oct 24, 2024
Mar 8, 2025
Feb 22, 2025
Feb 20, 2025
Dec 23, 2024
Feb 25, 2025
Feb 22, 2025
Feb 20, 2025
Mar 8, 2025
Feb 22, 2025
Mar 8, 2025
May 18, 2024
Nov 28, 2021
Apr 29, 2022
Nov 3, 2024
Mar 5, 2023
Jul 28, 2023
Mar 8, 2025
Dec 29, 2024
Feb 9, 2025

Repository files navigation

Apple II DeskTop

build stats GitHub release (latest by date) GitHub release (latest by date)

GitHub release (latest by date including pre-releases)

Disassembly and enhancements for Apple II DeskTop (a.k.a. Mouse Desk), a "Finder"-like GUI application for 8-bit Apples and clones with 128k of memory, utilizing double hi-res monochrome graphics (560x192), an optional mouse, and the ProDOS 8 operating system.

đź’ľ Download Disk Images

đź“– Read the Documentation

đź“ť Check the Release Notes

Background

The application started its life as Mouse Desk by Version Soft. Apple Computer licensed the software and released it, at first as Mouse Desk 2.0, then rebranded Apple II DeskTop as the initial system software for the Apple IIgs before 16-bit GS/OS replaced it. It still functions on 8-bit Apples, including the Apple IIe, Apple IIc, Apple IIc Plus, Apple IIe Option Card for Macintosh, Laser 128, and Franklin ACE 2X00/500.

Other GUI environments exist for the 8-bit Apples, including GEOS (which includes productivity applications) and Quark Catalyst. While Apple II DeskTop is more limited then GEOS, serving only as a file manager and application launcher, it follows more common interface paradigms and is better integrated with ProDOS.

This Project

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

See the Release Notes for a list of enhancements and fixes so far.

End-user documentation is at the companion web site: https://a2desktop.com

Alt Text
KansasFest 2018 presentation by @mgcaret

Additional help is welcome! See the guide for Contributing.

Tools

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

See Building And Running instructions.

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.