Changes between Version 3 and Version 4 of OldMacPeripherals


Ignore:
Timestamp:
2009-04-26T10:06:00Z (15 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • OldMacPeripherals

    v3 v4  
    55The ADB controller in the Macs is called CUDA (not to be confused with nVidia CUDA). It is implemented by a Motorola MC6800 micro-controller, which is probably not important from a device-driver point of view. The chip which connects the Mac's I/O space to the CUDA is a [http://en.wikipedia.org/wiki/MOS_Technology_6522 MOS Technology 6522], also called VIA (Versatille Interface Adapter).
    66
    7 Links:
     7=== Links ===
    88
    99 * [http://developer.apple.com/technotes/hw/hw_01.html Apple Documentation of the ADB protocol] (including device protocols)