summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/phi.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-18/+19
* 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-4/+4
* 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-1/+1
* (nw) misc cleanup: Vas Crabb2019-10-021-2/+10
* pdc.h, phi.h, zx8301, zx8302: removed MCFG macros (nw) Ivan Vangelista2018-11-021-48/+5
* devcb3 Vas Crabb2018-07-071-17/+13
* hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-111-16/+51
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-26/+17
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+13
* hp9845: fixed a bug in PHI driver (no data freeze when a sec. address fulivi2017-02-011-0/+1
* srcclean (nw) Vas Crabb2017-01-221-41/+41
* hp9845: 9895 now talks through ieee488! fulivi2017-01-051-8/+8
* hp9845: draft of HP9895 floppy drive. PHI passes POST. fulivi2017-01-051-0/+291