summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp56k/dsp56mem.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-948/+0
* dsp56k: Remove the not required direct update handler [O. Galibert] Olivier Galibert2015-06-241-10/+0
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* dsp56k.c: Modernised cpu core (nw) Wilbert Pol2014-09-121-12/+10
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-3/+0
* move handlers to members in dsp56k (nw) Miodrag Milanovic2014-04-031-10/+12
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+32
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew) Oliver Stöneberg2012-08-121-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce] Andrew Gardner2010-08-101-15/+23
* dsp56k : Hooked up new execution engine. [Andrew Gardner] Andrew Gardner2010-08-071-482/+495
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-251-1/+1
* Fixed dsp56156 DO & BSCC opcode bugs. [Andrew Gardner] Andrew Gardner2009-10-201-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-3/+3
* CPU cores now compile cleanly. Aaron Giles2009-03-151-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-5/+0
* Pointer-ified the dsp56k cpu core. [Andrew Gardner] Andrew Gardner2008-12-121-170/+178
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-191-2/+9
* Added additional Motorola DSP56k reset behavior. (Andrew Gardner) Andrew Gardner2008-10-011-12/+12
* Fix compile errors. Wilbert Pol2008-08-041-1/+1
* Improved Dsp56k CPU interrupt handling. Polygonet Commanders now advances pa... Andrew Gardner2008-08-041-4/+2
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-136/+136
* DSP56156 CPU Core updates. Andrew Gardner2008-07-281-0/+933