summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/phi.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-15/+8
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-115/+115
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-5/+5
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-1/+1
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-12/+2
* Fix build (nw) AJR2018-03-111-1/+1
* hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-111-237/+342
* hp9895: 2 bugs fixed: NMI handling & secondary addressing in PHI chip fulivi2017-10-251-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+4
* Device validation fixes, invalid characters department (nw) AJR2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* hp9845: fixed a bug in PHI driver (no data freeze when a sec. address fulivi2017-02-011-7/+11
* hp9845: fixed parallel poll logic in PHI fulivi2017-01-261-19/+29
* srcclean (nw) Vas Crabb2017-01-221-113/+113
* phi.cpp: Fix build (nw) AJR2017-01-061-1/+1
* hp9845: cosmetic fixes to 9895-related source files fulivi2017-01-051-4/+12
* hp9845: 9895 now talks through ieee488! fulivi2017-01-051-3/+13
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-051-0/+1366