Apple /// Archives
These disk images were made using Floppy-Emu acting like a 5.25 floppy.
They are complete 280 block images of the original disks. (including the boot blocks)
I suggest making real floppies from these images, and booting from the floppies into your Apple ///.
Multiple Versions and ProFile Boot Disks
Program Disk, and ProFile Boot Disk
Apple Speller ///, Mail List Manager, RPS, QuickFile /// and AppleWriter ///.
Graphics Tablet and Mouse /// Software
Graphics Tablet Driver Source, SketchPad App, Mouse Sketch, Fonts
Business Basic Language and programs
Apple /// COBOL language Development
Apple /// Pascal Development tools
Apple /// Fortran Development tools
A set of Apple /// disks dealing with SOS I/O functions for Pascal & BASIC
More SOS I/O, Dis-Asm, Debug, Profile Pascal Sub-Systems
Copy /// requires 256k
This is a group of 3 disks that allow installing Selector 3 onto a ProFile hard drive.
Selector 3 is an Apple product that allows installing a bunch of programs and languages
on your profile and switching between them without re-booting. Very beta. Backup your data first.
After booting, hit the return key, then the escape key to read the menu from disk 1.
The "programs" disk should be in drive 2 to use the menu editor from disk.
Or I guess you could move the file SOS.MENU onto your profile first.
These disks have SOS 1.4 b kernals..SNAPSHOT Screen Printer Device Driver
.SNAPSHOT is an Apple /// device driver I wrote that prints a copy of the current screen to an Apple Dot Matrix Printer (DMP).
It first sends a copy of the current System Font to the printer, so any graphic elements
(like window frames) are printed correctly. It will print any Apple /// screen, any mode .. text or graphics.
It is triggered by pressing Open-Apple Control-P on the keyboard.It requires having the Quark Catalyst .CONSOLE driver to capture the Open-Apple keypress,
and the Quark .SPOOL print spooler installed. Both of these are included in the source disk.
The driver is hardwired for the DMP printer and the .SPOOL spooler, but these could easily
be changed for another print system.It is written in 6502 assembly language. The source files are included. Have fun.