summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32031/tms32031.c
Commit message (Expand)AuthorAgeFilesLines
* tms32031: removed static configs in favor of inline config+devcb. nw. Fabio Priuli2014-10-121-18/+10
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-3/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed some unused device_irq_acknowledge_callback occurrances (nw) Oliver Stöneberg2013-08-211-1/+0
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-7/+5
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-47/+47
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* Added internal boot loader programs to the TMS3203x core and support a switch... Phil Bennett2012-11-241-81/+74
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-151/+99
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-11/+11
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-8/+8
* Converted TMS3203X to a modern device. Aaron Giles2011-01-311-606/+691
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+5
* 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-4/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* 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-11/+11
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-35/+35
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-13/+1
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Fix MT 3065/3069 Aaron Giles2009-04-111-1/+2
* CPU cores now compile cleanly. Aaron Giles2009-03-151-7/+16
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-11/+11
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-8/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-13/+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-8/+8
* 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
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1