summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms57002
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-2353/+0
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
* cleanup (nw) balr0g2015-05-171-4/+1
* Correctly fix tms57002 (nw) balr0g2015-05-172-1/+15
* This causes a self-assignment and is unneeded (nw) balr0g2015-05-161-1/+0
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-2/+1
* Remove except clause syntax not supported on Python 3. (nw) Mike Naberezny2015-03-031-1/+2
* Fix undefined names "logging" and "fname". (nw) Mike Naberezny2015-01-271-1/+1
* 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-082-10/+39
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+3
* TMS57002 fixes and improvements: [Phil Bennett] Phil Bennett2013-11-164-66/+138
* 04484: rushhero: tms57002: sfmr - Contact Mamedev [Phil Bennett] Phil Bennett2013-10-191-0/+1
* Added license tags to a few more files. Also converted many of OG's Aaron Giles2013-10-164-124/+8
* Make the Python scripts line ending agnostic (fixes *IX/OS X build from mamed... R. Belmont2013-06-251-1/+1
* 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-062-11/+18
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-284/+282
* m6502,tms57002: Snakes in an emulator [Robert Muth, O. Galibert] Olivier Galibert2012-12-062-959/+428
* placeholders Olivier Galibert2012-12-061-0/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-8/+8
* 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