summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i3002.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-23/+19
| | | | | | | | | 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-1/+1
| | | | function signatures. (#11283) [Ryan Holtz]
* intel/imds2: correct dump for PIO microcontroller [fulivi] fulivi2022-07-311-20/+24
|
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-041-0/+428
* imds2: isbc202 floppy disk controller added * imds2: attempt to fix problems with CI checks