| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -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 ↵ | 2023-06-01 | 1 | -2/+2 | |
| | | | | | function signatures. (#11283) [Ryan Holtz] | ||||
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] | 2023-05-23 | 1 | -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 | 2023-02-06 | 1 | -1/+1 | |
| | | |||||
| * | am9516: don't initialise variables in header | 2022-08-02 | 1 | -0/+19 | |
| | | |||||
| * | am9516: general improvements | 2022-08-01 | 1 | -221/+342 | |
| | | |||||
| * | am9516: another bug fix | 2022-07-22 | 1 | -1/+1 | |
| | | |||||
| * | am9516: bug fixes | 2022-07-22 | 1 | -4/+4 | |
| | | |||||
| * | am9516: remove hyperlink | 2022-07-20 | 1 | -1/+1 | |
| | | |||||
| * | am9516: new device | 2022-07-20 | 1 | -0/+896 | |
