summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tms9914.cpp
Commit message (Expand)AuthorAgeFilesLines
* HP9816A added (#12408) fulivi2024-06-031-27/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-64/+58
* 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/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-2/+78
* various devices used by hp9k_3xx.cpp: initialized some variables to fix probl... Ivan Vangelista2020-06-061-0/+3
* tms9914: simplify handling of CIDS state (nw) fulivi2020-04-281-2/+2
* Heavily improved emulation of GRiD Compass 1101 (#6599) usernameak2020-04-261-0/+3
* tms9914: added SR & PP FSMs, typo fixed fulivi2020-04-261-22/+119
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-12/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-181-2/+2
* misc cleanup (nw) Vas Crabb2018-10-281-16/+15
* tms9914: extend logging & disable DEBUG output in default configuration (nw) Sven Schnelle2018-10-211-2/+15
* hp_9k_3xx: enable save state support (nw) Sven Schnelle2018-10-111-0/+49
* tms9914: latch EOI flag until next byte is sent Sven Schnelle2018-10-101-8/+15
* tms9914: fixed handling of GTS aux command. fulivi2018-05-101-6/+10
* tms9914: added RL state machine. Minor fixes. It now passes HP9000/340 POST. fulivi2018-05-081-7/+38
* tms9914: added methods to read ACCRQ & CONT output lines fulivi2018-05-041-1/+26
* tms9914: improved emulation. HPIB test of IPC diagb ROM now passes. fulivi2018-05-021-3/+15
* tms9914.cpp: Build fix (nw) AJR2018-04-261-0/+8
* hp_ipc: added HPIB interface chip & remotizer device fulivi2018-04-261-0/+1333