summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-13840/+0
|
* Just some logging improvement Michael Zapf2015-08-231-1/+1
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-072-2/+2
|
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-092-2/+2
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-224-6/+6
|
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-124-6/+6
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-112-8/+8
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* 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
|