summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9914.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-9/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* tms9914: added SR & PP FSMs, typo fixed fulivi2020-04-261-0/+2
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+2
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-181-2/+3
* tms9914: Eliminate MCFG_ macros (nw) AJR2018-10-191-53/+6
* Merge pull request #4112 from hp9k/tms9914_feoi_fix R. Belmont2018-10-101-0/+1
|\
| * tms9914: latch EOI flag until next byte is sent Sven Schnelle2018-10-101-0/+1
* | hp_dio/human_interface: remove MCFG (nw) Sven Schnelle2018-10-101-0/+14
|/
* tms9914: fixed handling of GTS aux command. fulivi2018-05-101-0/+1
* tms9914: added RL state machine. Minor fixes. It now passes HP9000/340 POST. fulivi2018-05-081-0/+1
* tms9914: added methods to read ACCRQ & CONT output lines fulivi2018-05-041-0/+13
* tms9914: improved emulation. HPIB test of IPC diagb ROM now passes. fulivi2018-05-021-0/+1
* hp_ipc: added HPIB interface chip & remotizer device fulivi2018-04-261-0/+295