summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dimm_spd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean and cleanup Vas Crabb2024-05-261-1/+1
|
* machine/i2chle.cpp: New mix-in class derived from dimm_spd that allows any ↵ arbee2024-05-191-224/+6
| | | | | | | | | | 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]
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+2
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-6/+5
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* cuda.cpp: fixed error in I2C comms. [R. Belmont] arbee2023-02-161-1/+10
| | | | | | dimm_spd.cpp: cleanup and save states. [R. Belmont] mpc106.cpp: cleanup and save states. [R. Belmont]
* imacg3.cpp, powermacg3.cpp: added Cuda, MacADB, and DIMM serial presence ↵ arbee2023-02-151-0/+321
detect readback. [R. Belmont] mpc106.cpp: fixed endianness of register access, hooked up RAM, made compatible with RAM device. [R. Belmont] cuda.cpp: Added I2C I/O hookups. [R. Belmont] heathrow.cpp: Hack for unknown register that imac was stuck on. [R. Belmont] dimm_spd.cpp: New device that provides a configurable DIMM serial presence detect readback for I2C or SMBus. [R. Belmont]