summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900 (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed some astring::stringbuffer() usage - fixes potential missing \0 termi... Oliver Stöneberg2012-09-072-2/+6
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* tms9900: Fixed register autoincrement for DIV operation [Michael Zapf] (nw) Michael Zapf2012-07-132-1/+10
* tms99xx: Status register parity bit handling was missing in some commands [Mi... Michael Zapf2012-07-132-4/+13
* tms99xx: Introduced symbolic constants for interrupt lines. Added a Michael Zapf2012-07-124-28/+74
* 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-144-524/+924
* Fix compile error (nw) Wilbert Pol2012-06-082-2/+2
* New TMS9900 and TMS9995 implementation with proper control line handling Michael Zapf2012-06-0712-234/+6875
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Fixed tms99xx STCR command [Michael Zapf] Miodrag Milanovic2011-10-301-5/+8
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-43/+43
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* running_device -> device_t Aaron Giles2010-12-312-7/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-67/+67
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-036-23/+20
* Remove the following functions: Aaron Giles2010-07-011-3/+3
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-10/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-21/+21
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-107-3/+9
* Fix linker warning. Aaron Giles2010-01-041-4/+4
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-282-42/+42
* Results of running the latest srcclean. Aaron Giles2009-12-282-9/+9
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Fixed breakpoints in the TMS9900 CPU core [Olivier Galibert] Angelo Salese2009-06-241-29/+1
* One more GCC 4.4 fix R. Belmont2009-06-101-0/+3
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-20/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-17/+26
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-3/+0
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-10/+10
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+10
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-113-1163/+1142