| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
genpc: remove
|
| | |
|
| | |
|
| |
|
|
| |
i386: some limit checks
|
| |
|
|
| |
misc: remove folder from self #include
|
| | |
|
| |
|
|
|
|
| |
hardware-accurate handlers for address writes and data reads/writes
Note that address_r is not provided since the original IC makes no provision for reading data strobed with AS back. However, a getter has been provided for some situations where this may be dubiously possible.
|
| |
|
|
|
|
|
|
|
| |
Uses decay rules, so if a delegate returns a reference and you want to
supply a referene to an object you don't want copied as the default
result, remember to use std::ref.
Updated a few devices to use resolve_safe on device delegates to
streamline code.
|
| |
|
|
| |
function signatures. (#11283) [Ryan Holtz]
|
| |
|
|
|
| |
* Converted various logging patterns to use logmacro.h consistently.
* Removed redefinitions of LOG_GENERAL.
* Use LOGMASKED in more places.
|
| |
|