summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/phi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the way timers are saved. Use presave to populate a fixed array of dat... Aaron Giles2021-03-291-1/+1
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-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