index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
machine
/
tms9914.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
HP9816A added (#12408)
fulivi
2024-06-03
1
-27
/
+2
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-64
/
+58
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-9
/
+9
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-7
/
+8
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
Uninitialized variable fixes (#7406)
Sven Schnelle
2020-10-27
1
-2
/
+78
*
various devices used by hp9k_3xx.cpp: initialized some variables to fix probl...
Ivan Vangelista
2020-06-06
1
-0
/
+3
*
tms9914: simplify handling of CIDS state (nw)
fulivi
2020-04-28
1
-2
/
+2
*
Heavily improved emulation of GRiD Compass 1101 (#6599)
usernameak
2020-04-26
1
-0
/
+3
*
tms9914: added SR & PP FSMs, typo fixed
fulivi
2020-04-26
1
-22
/
+119
*
devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw)
Vas Crabb
2020-02-05
1
-12
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-2
/
+2
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-2
/
+2
*
tms9914: Rename read/write handlers and remove superfluous arguments (nw)
AJR
2019-02-18
1
-2
/
+2
*
misc cleanup (nw)
Vas Crabb
2018-10-28
1
-16
/
+15
*
tms9914: extend logging & disable DEBUG output in default configuration (nw)
Sven Schnelle
2018-10-21
1
-2
/
+15
*
hp_9k_3xx: enable save state support (nw)
Sven Schnelle
2018-10-11
1
-0
/
+49
*
tms9914: latch EOI flag until next byte is sent
Sven Schnelle
2018-10-10
1
-8
/
+15
*
tms9914: fixed handling of GTS aux command.
fulivi
2018-05-10
1
-6
/
+10
*
tms9914: added RL state machine. Minor fixes. It now passes HP9000/340 POST.
fulivi
2018-05-08
1
-7
/
+38
*
tms9914: added methods to read ACCRQ & CONT output lines
fulivi
2018-05-04
1
-1
/
+26
*
tms9914: improved emulation. HPIB test of IPC diagb ROM now passes.
fulivi
2018-05-02
1
-3
/
+15
*
tms9914.cpp: Build fix (nw)
AJR
2018-04-26
1
-0
/
+8
*
hp_ipc: added HPIB interface chip & remotizer device
fulivi
2018-04-26
1
-0
/
+1333