summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/bt431.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-2/+0
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* bt431: logging (nw) Patrick Mackinlay2020-03-101-4/+4
|
* bt431: be pedantic (nw) Patrick Mackinlay2019-09-181-6/+6
|
* bt431: fix masking (nw) Patrick Mackinlay2019-09-131-1/+1
| | | | Address and command register masking to match SGI IDE cursor test expectations.
* bt431: new device (nw) Patrick Mackinlay2019-07-231-0/+283