summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900
Commit message (Collapse)AuthorAgeFilesLines
* nw Michaël Banaan Ananas2014-09-263-8/+0
|
* Antiquated #include - compiles fine without (nw) Scott Stone2014-09-251-1/+1
|
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ Oliver Stöneberg2014-09-081-1/+0
| | | | warnings of clang 3.5 when compiling MESS (nw)
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-143-36/+36
|
* fixed stack-buffer-overflow in tms9995_device::state_string_export() and ↵ Oliver Stöneberg2014-05-082-4/+4
| | | | tms99xx_device::state_string_export() (nw)
* tms9900: removed spaces in state names, setting register value now possible (nw) Miodrag Milanovic2014-05-081-5/+5
|
* fixed usage of uninitialized member in tms99xx_device (nw) Oliver Stöneberg2014-04-301-0/+1
|
* Further correction to shortname to eliminate comparison to the ti990_10 ↵ Scott Stone2014-04-301-1/+1
| | | | computer (nw)
* Device shortnames should not have "/" in them. Thanks to MASH for the note (nw) Scott Stone2014-04-291-1/+1
|
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
|
* fixed usage of uninitialized member in tms9995_device (nw) Oliver Stöneberg2014-04-271-0/+2
|
* re-added src/emu/cpu/tms9900/99xxcore.h (nw) Oliver Stöneberg2014-03-291-0/+5321
|
* not used anymore, leftover from old conversions (nw) Miodrag Milanovic2014-03-291-5321/+0
|
* TMS99xx CPU family gone to devcb2. (nw) Michael Zapf2014-03-218-277/+372
|
* fixed usage of uninitialized meber in tms9995_device (nw) Oliver Stöneberg2014-03-101-0/+1
|
* fixed usage of uninitialized member in tms99xx_device (nw) Oliver Stöneberg2014-02-281-0/+1
|
* Removing legacy code. (nw) Michael Zapf2014-02-275-616/+474
|
* Fixed clang compile. (nw) Curt Coder2014-02-272-5/+5
|
* fix compile (nw) Miodrag Milanovic2014-02-271-1/+0
|
* Replacing legacy implementations in TMS99xx. (nw) Michael Zapf2014-02-274-4/+241
|
* removing some unused legacy things (nw) Wilbert Pol2014-02-263-141/+0
|
* fixed uninitialized member usage in tms9995_device (nw) Oliver Stöneberg2014-02-261-0/+1
|
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-192-4/+1
| | | | | Added option to clear dynamic_arrays; on gcc this should assert if not done on POD (which is unsafe to memset).
* (MESS) Minor debugging stuff and using freq constant (nw) Michael Zapf2014-02-121-1/+2
|
* tms9900: More cycle fine-tuning. (nw) Michael Zapf2013-11-301-5/+15
|
* tms99xx: Improved debugging output, cycle fine-tuning. (nw) Michael Zapf2013-11-233-76/+133
|
* tms9995: Fixed a missing address alignment for word operations. (nw) Michael Zapf2013-11-041-1/+12
|
* tms9995: Allow debugger to see the on-chip memory. (nw) Michael Zapf2013-11-032-11/+12
|
* tms9995: Cycles fine-tuned, almost complete. (nw) Michael Zapf2013-11-012-171/+196
|
* tms9995: Another fix for the decrementer, slowing it down. (nw) Michael Zapf2013-10-282-1/+10
|
* tms9995: Fine-tune cycles. (nw) Michael Zapf2013-10-221-41/+57
|
* Re-fixed decrementer. (nw) Michael Zapf2013-10-211-1/+1
|
* Fixed broken MID interrupt handling. [Michael Zapf] Michael Zapf2013-10-212-3/+8
|
* Fixed stuck decrementer interrupt. Michael Zapf2013-10-211-4/+8
|
* Minor changes for better debugging (nw) Michael Zapf2013-10-201-4/+7
|
* Fixed broken IDLE in 9995; various cleanups. Michael Zapf2013-10-196-221/+159
|
* Common parts of TMS99xx CPUs Michael Zapf2013-10-191-0/+74
|
* Keeping MAME license for orphan files. Michael Zapf2013-10-168-8/+8
|
* Licensing Michael Zapf2013-10-1615-1/+31
|
* Fixed debug memory access. [Michael Zapf] Michael Zapf2013-10-132-2/+40
|
* CPUs now utilizing split addressing (setaddress ... read/write) Michael Zapf2013-09-305-256/+335
|
* Application of the set_address (AM_SETOFFSET) feature. Michael Zapf2013-09-211-0/+11
|
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
|
* added missing short names to legacy devices and added validation that short ↵ Miodrag Milanovic2013-08-231-0/+12
| | | | name is always mandatory (nw)
* Force word-aligned workspace pointer and program counter Michael Zapf2013-08-092-27/+27
|
* Fixed divide operations Michael Zapf2013-08-081-65/+39
|
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-214-6/+6
|
* Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are ↵ smf-2013-03-078-9/+22
| | | | generated with macros, including the CPU_DISASSEMBLE (nw)
* fixed uninitialized member in src/emu/cpu/tms9900/tms9995.c (nw) Oliver Stöneberg2013-03-061-0/+1
|
* fixed uninitialized members in src/emu/cpu/tms9900/tms9995.c (nw) Oliver Stöneberg2013-02-211-0/+9
|