summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i2chle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean and cleanup Vas Crabb2024-05-261-8/+8
|
* machine/i2chle.cpp: New mix-in class derived from dimm_spd that allows any ↵ arbee2024-05-191-0/+276
device to speak I2C. [R. Belmont] machine/dimm_spd.cpp: Refactored using the i2chle mix-in. [R. Belmont] apple/valkyrie.cpp: Collected more information, fixed the display enable, and mixed in i2chle to set the pixel clock over I2C. [R. Belmont] apple/macquadra630.cpp: Hook I2C up between Cuda and Valkyrie. [R. Belmont]