summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900/tms9900.c
Commit message (Expand)AuthorAgeFilesLines
* Licensing Michael Zapf2013-10-161-0/+2
* Fixed debug memory access. [Michael Zapf] Michael Zapf2013-10-131-0/+4
* CPUs now utilizing split addressing (setaddress ... read/write) Michael Zapf2013-09-301-50/+91
* Application of the set_address (AM_SETOFFSET) feature. Michael Zapf2013-09-211-0/+11
* Force word-aligned workspace pointer and program counter Michael Zapf2013-08-091-13/+13
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-3/+3
* Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are gene... smf-2013-03-071-1/+2
* fixed more uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw) Oliver Stöneberg2013-02-161-0/+3
* fixed uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw) Oliver Stöneberg2013-02-161-0/+3
* Fixed overflow detection in INC and DEC opcodes (nw) Michael Zapf2012-11-161-138/+138
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* removed some astring::stringbuffer() usage - fixes potential missing \0 termi... Oliver Stöneberg2012-09-071-1/+3
* tms9900: Fixed register autoincrement for DIV operation [Michael Zapf] (nw) Michael Zapf2012-07-131-1/+6
* tms99xx: Status register parity bit handling was missing in some commands [Mi... Michael Zapf2012-07-131-4/+4
* tms99xx: Introduced symbolic constants for interrupt lines. Added a Michael Zapf2012-07-121-10/+17
* Fixed some issues with the LOAD interrupt (NMI) and an uninitialized variable... Michael Zapf2012-06-281-1/+4
* Forgot to reset LOG target to logerror. (nw) Michael Zapf2012-06-141-1/+1
* Added cycle-precise implementation of tms9980a; changed tms9900.c to allow fo... Michael Zapf2012-06-141-466/+513
* Fix compile error (nw) Wilbert Pol2012-06-081-1/+1
* New TMS9900 and TMS9995 implementation with proper control line handling Michael Zapf2012-06-071-6/+2513
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-0/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+9