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
/
emu
/
cpu
/
tms9900
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
11
-13840
/
+0
*
Just some logging improvement
Michael Zapf
2015-08-23
1
-1
/
+1
*
Licenses for Raphael Nabet (nw)
Miodrag Milanovic
2015-06-07
2
-2
/
+2
*
Added known authors to licenses tags (nw)
Miodrag Milanovic
2015-05-09
2
-2
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
4
-6
/
+6
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
4
-6
/
+6
*
Fix various typos and spelling mistakes
Zoë Blade
2015-04-11
2
-8
/
+8
*
nw
Michaël Banaan Ananas
2014-09-26
3
-8
/
+0
*
Antiquated #include - compiles fine without (nw)
Scott Stone
2014-09-25
1
-1
/
+1
*
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn...
Oliver Stöneberg
2014-09-08
1
-1
/
+0
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
3
-36
/
+36
*
fixed stack-buffer-overflow in tms9995_device::state_string_export() and tms9...
Oliver Stöneberg
2014-05-08
2
-4
/
+4
*
tms9900: removed spaces in state names, setting register value now possible (nw)
Miodrag Milanovic
2014-05-08
1
-5
/
+5
*
fixed usage of uninitialized member in tms99xx_device (nw)
Oliver Stöneberg
2014-04-30
1
-0
/
+1
*
Further correction to shortname to eliminate comparison to the ti990_10 compu...
Scott Stone
2014-04-30
1
-1
/
+1
*
Device shortnames should not have "/" in them. Thanks to MASH for the note (nw)
Scott Stone
2014-04-29
1
-1
/
+1
*
removed usage of legacy IRQ callback (nw)
Miodrag Milanovic
2014-04-29
1
-1
/
+1
*
fixed usage of uninitialized member in tms9995_device (nw)
Oliver Stöneberg
2014-04-27
1
-0
/
+2
*
re-added src/emu/cpu/tms9900/99xxcore.h (nw)
Oliver Stöneberg
2014-03-29
1
-0
/
+5321
*
not used anymore, leftover from old conversions (nw)
Miodrag Milanovic
2014-03-29
1
-5321
/
+0
*
TMS99xx CPU family gone to devcb2. (nw)
Michael Zapf
2014-03-21
8
-277
/
+372
*
fixed usage of uninitialized meber in tms9995_device (nw)
Oliver Stöneberg
2014-03-10
1
-0
/
+1
*
fixed usage of uninitialized member in tms99xx_device (nw)
Oliver Stöneberg
2014-02-28
1
-0
/
+1
*
Removing legacy code. (nw)
Michael Zapf
2014-02-27
5
-616
/
+474
*
Fixed clang compile. (nw)
Curt Coder
2014-02-27
2
-5
/
+5
*
fix compile (nw)
Miodrag Milanovic
2014-02-27
1
-1
/
+0
*
Replacing legacy implementations in TMS99xx. (nw)
Michael Zapf
2014-02-27
4
-4
/
+241
*
removing some unused legacy things (nw)
Wilbert Pol
2014-02-26
3
-141
/
+0
*
fixed uninitialized member usage in tms9995_device (nw)
Oliver Stöneberg
2014-02-26
1
-0
/
+1
*
Removed some auto_mallocs in favor of dynamic_arrays.
Aaron Giles
2014-02-19
2
-4
/
+1
*
(MESS) Minor debugging stuff and using freq constant (nw)
Michael Zapf
2014-02-12
1
-1
/
+2
*
tms9900: More cycle fine-tuning. (nw)
Michael Zapf
2013-11-30
1
-5
/
+15
*
tms99xx: Improved debugging output, cycle fine-tuning. (nw)
Michael Zapf
2013-11-23
3
-76
/
+133
*
tms9995: Fixed a missing address alignment for word operations. (nw)
Michael Zapf
2013-11-04
1
-1
/
+12
*
tms9995: Allow debugger to see the on-chip memory. (nw)
Michael Zapf
2013-11-03
2
-11
/
+12
*
tms9995: Cycles fine-tuned, almost complete. (nw)
Michael Zapf
2013-11-01
2
-171
/
+196
*
tms9995: Another fix for the decrementer, slowing it down. (nw)
Michael Zapf
2013-10-28
2
-1
/
+10
*
tms9995: Fine-tune cycles. (nw)
Michael Zapf
2013-10-22
1
-41
/
+57
*
Re-fixed decrementer. (nw)
Michael Zapf
2013-10-21
1
-1
/
+1
*
Fixed broken MID interrupt handling. [Michael Zapf]
Michael Zapf
2013-10-21
2
-3
/
+8
*
Fixed stuck decrementer interrupt.
Michael Zapf
2013-10-21
1
-4
/
+8
*
Minor changes for better debugging (nw)
Michael Zapf
2013-10-20
1
-4
/
+7
*
Fixed broken IDLE in 9995; various cleanups.
Michael Zapf
2013-10-19
6
-221
/
+159
*
Common parts of TMS99xx CPUs
Michael Zapf
2013-10-19
1
-0
/
+74
*
Keeping MAME license for orphan files.
Michael Zapf
2013-10-16
8
-8
/
+8
*
Licensing
Michael Zapf
2013-10-16
15
-1
/
+31
*
Fixed debug memory access. [Michael Zapf]
Michael Zapf
2013-10-13
2
-2
/
+40
*
CPUs now utilizing split addressing (setaddress ... read/write)
Michael Zapf
2013-09-30
5
-256
/
+335
*
Application of the set_address (AM_SETOFFSET) feature.
Michael Zapf
2013-09-21
1
-0
/
+11
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-1
/
+1
[next]