Table of Contents

Apple IIc Plus Accelerator

The Apple IIc Plus accelerator is essentially a Zip Chip broken out into its discrete components, as Apple licensed the technology from Zip Technologies. All of the registers function exactly like a 4 MHz Zip Chip.

Firmware

The firmware for maintaining the accelerator is in the aux bank of the firmware, at $FD00. My disassembly and analysis can be found here. The firmware as shipped by Apple contains numerous bugs, as annotated in the disassembly. Replacement firmware can be found as part of ROM 5X.

MIG RAM Use

The stock firmware uses MIG RAM page 2 as follows:

Zero Page Use

When the accelerator firmware is called, either via reset or through the documented mechanism, it saves $00-$07 to the MIG RAM and then uses the locations. When the code exits it is supposed to restore the locations, but due to a bug $00 is not restored properly.