summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms57002 (follow)
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* tms57kdec: correct fix (nw) Olivier Galibert2012-03-101-5/+5
* fix gcc 4.6 compile (nw) R. Belmont2012-03-101-4/+4
* copy/paste ftw (nw) Olivier Galibert2012-03-094-3/+42
* tms57002: Modernize [O. Galibert] Olivier Galibert2012-03-097-1003/+824
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* tms57002: significantly improved build speed on lower-end h/w [R. Belmont] R. Belmont2011-02-063-242/+263
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-5/+5
* 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-032-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* 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-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* 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-3/+3
* More PPC GCC warning fixes. R. Belmont2010-01-151-2/+2
* 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-103-4/+4
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-1/+0
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-1/+1
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-222-81/+92
* Attempt to define an I64FMT string that can be used for printf'ing 64-bit Aaron Giles2009-08-191-1/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Fix mantis 03013 by hooking strdup into mame's malloc [Atari Ace] Olivier Galibert2009-06-071-5/+16
* CPU cores now compile cleanly. Aaron Giles2009-03-152-11/+20
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* tms57002: Add two missing instructions and hack up the coef update. Olivier Galibert2009-03-072-1/+5
* tms57002 - don't abort on unimplemented instructions Olivier Galibert2009-03-041-4/+25
* maketms: Free strings on exit. Olivier Galibert2009-03-041-0/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-262-28/+33
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-8/+8
* Changed aborts() to fatalerror() so they don't foul up the regression test runs. Aaron Giles2009-02-161-9/+9
* Revert _strdup back to strdup Phil Bennett2009-02-071-2/+2
* Fixed MSVC build. Phil Bennett2009-02-072-21/+21
* TMS57002 preliminary implementation [Olivier Galibert] davidhay2009-02-064-0/+2926