summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010
Commit message (Expand)AuthorAgeFilesLines
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* 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-8/+8
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-8/+11
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-16/+26
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-193-15/+15
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-11/+9
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* 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/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-136/+92
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-9/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-14/+14
* Within src/emu, basic conversions: Aaron Giles2010-01-121-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-105-17/+14
* Results of running the latest srcclean. Aaron Giles2009-12-285-189/+189
* Eliminated osd_cpu.h. Aaron Giles2009-10-122-15/+14
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* CPU cores now compile cleanly. Aaron Giles2009-03-152-23/+33
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-1/+1
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-4/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-2/+2
* Cleanups and version bump. Aaron Giles2008-12-222-5/+5
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-39/+35
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-9/+9
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-193-134/+93
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-27/+16
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-143-11/+11
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-4/+0
* Here's the big one.... Aaron Giles2008-12-111-14/+0
* Compile fix. Aaron Giles2008-12-091-11/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-14/+4
* Minor cleanup for empty SET_CONTEXT handlers. Aaron Giles2008-12-091-7/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-16/+20
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Removed more cpunum_get_active(). Aaron Giles2008-11-261-8/+8