summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am9516.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-8/+0
| | | | | | | | | | | | 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.
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-2/+2
| | | | function signatures. (#11283) [Ryan Holtz]
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* am9516: start dma cycle after chain on hardware request Patrick Mackinlay2023-02-061-1/+1
|
* am9516: don't initialise variables in header Patrick Mackinlay2022-08-021-0/+19
|
* am9516: general improvements Patrick Mackinlay2022-08-011-221/+342
|
* am9516: another bug fix Patrick Mackinlay2022-07-221-1/+1
|
* am9516: bug fixes Patrick Mackinlay2022-07-221-4/+4
|
* am9516: remove hyperlink Patrick Mackinlay2022-07-201-1/+1
|
* am9516: new device Patrick Mackinlay2022-07-201-0/+896