summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/at.cpp
Commit message (Collapse)AuthorAgeFilesLines
* at: use set_inputline again cracyc2024-07-031-1/+1
| | | | genpc: remove
* genpc: use trampoline instead of tag cracyc2024-07-031-1/+1
|
* genpc: use tag for maincpu cracyc2024-07-021-1/+1
|
* isa/dectalk: hack it to work until it can be better understood cracyc2024-07-021-0/+1
| | | | i386: some limit checks
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+3
| | | | misc: remove folder from self #include
* at_mb: Fix address map AJR2023-10-181-1/+1
|
* mc146818: Split non-direct read and write handlers into more ↵ AJR2023-10-091-11/+7
| | | | | | 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.
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-1/+2
| | | | | | | | | 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.
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-17/+17
| | | | function signatures. (#11283) [Ryan Holtz]
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+5
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* at, cammu: kick upstairs too Olivier Galibert2022-06-141-0/+426