summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms57002/tms57002.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-917/+0
* tms57002.c: initialize variable to fix crackling sound in debug builds for ko... Osso2014-10-271-0/+1
* Cleanups and version bump Miodrag Milanovic2014-07-221-3/+3
* tms57002: inline xm_step_read() and xm_step_write() for free 5\% speedup (nw) Alex W. Jackson2014-05-251-2/+2
* konamigx: Reverb me harder baby! [O. Galibert] Olivier Galibert2014-04-081-8/+36
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+3
* TMS57002 fixes and improvements: [Phil Bennett] Phil Bennett2013-11-161-32/+79
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-161-31/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* tms57002 works in unidasm, disassemble interface can be revisited when all cp... smf-2013-03-061-0/+16
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* 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
* copy/paste ftw (nw) Olivier Galibert2012-03-091-1/+1
* tms57002: Modernize [O. Galibert] Olivier Galibert2012-03-091-633/+336
* 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-061-242/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* 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-031-2/+3
* 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-181-2/+2
* 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-101-1/+2
* 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-221-81/+2
* 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-10/+19
* tms57002: Add two missing instructions and hack up the coef update. Olivier Galibert2009-03-071-1/+3
* tms57002 - don't abort on unimplemented instructions Olivier Galibert2009-03-041-4/+25
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-3/+8
* 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
* Fixed MSVC build. Phil Bennett2009-02-071-14/+14
* TMS57002 preliminary implementation [Olivier Galibert] davidhay2009-02-061-0/+1436