Skip to content

lampmerchant/macseadb88

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

macseadb88

Drop-in replacement for the Macintosh SE's stock ADB controller. Rough adaptation of original PIC1654S code.

Status

The adapted binary is known to work on the DIP packaged PIC16F87 and PIC16F88 as a drop-in replacement for the Macintosh SE's ADB controller. With an adapter and other packages, it can work on other Macintoshes as well.

My annotation of the disassembled code is only partially complete. Anyone who wants to pick up the effort from here is more than welcome, as I may never get to it. :)

Caveats

The PIC1654S executed one instruction cycle to eight clock ticks, the PIC16F88/87 execute one instruction cycle to four clock ticks, meaning that the external clock cannot be used without extensive changes to the original code. As such, the adapted code uses the PIC16F88/87's internal oscillator at 2 MHz, which winds up being slightly faster than the PIC1654S driven at ~3.6 MHz. No compatibility issues created by this behavior are known to exist as of the time of this writing.

Download

Click here.

About

Firmware for PIC16F88/87 as a drop-in replacement for the Macintosh SE's stock ADB controller.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published