summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms7000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-2/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-10/+10
* running_device -> device_t Aaron Giles2010-12-312-5/+5
* tms7000: Corrected two opcodes: typo in inv_b Fabio Priuli2010-11-121-3/+7
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-5/+7
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-7/+7
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-6/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-7/+7
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* 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-6/+6
* 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-104-5/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* tms7000: Fixed disassembly of PCREL addressing mode. Wilbert Pol2009-11-201-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* CPU cores now compile cleanly. Aaron Giles2009-03-151-12/+22
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* 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/+3
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Pointer-ified the tms7000 core. Aaron Giles2008-12-104-756/+743
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* activecpu_count -= 133 Aaron Giles2008-12-062-12/+12
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-10/+10
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed more cpunum_get_active(). Aaron Giles2008-11-261-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-242-65/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* TMS* CPUs conversion ... almost there. Aaron Giles2008-11-232-42/+47
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+2
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-172-6/+6
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-12/+10
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-18/+19