summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp56k
Commit message (Expand)AuthorAgeFilesLines
* Fix potential overrun when adding a size_t to a UINT16. (nw) Andrew Gardner2014-10-181-2/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-5/+4
* dsp56k.c: Modernised cpu core (nw) Wilbert Pol2014-09-123-465/+324
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-082-4/+2
* Added a pair of save states to the dsp56k core, fixes plygonet regression (nw) Ivan Vangelista2014-08-121-0/+3
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* modernized last DIRECT_UPDATE_HANDLER user (nw) Miodrag Milanovic2014-04-292-2/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-2/+2
* move handlers to members in dsp56k (nw) Miodrag Milanovic2014-04-034-20/+30
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-192-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-113-19/+15
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* (MESS) fixed clang 3.2 warnings about unused private fields (nw) Oliver Stöneberg2013-03-202-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-1113-13/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1112-1022/+1018
* removed unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-252-63/+63
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-172-6/+6
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-152-12/+12
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-5/+5
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-17/+17
* fixed unreachable code in src/emu/cpu/dsp56k/dsp56mem.c (no whatsnew) Oliver Stöneberg2012-08-121-1/+1
* removed some unnecessary unsigned >= 0 checks (no whatsnew) Oliver Stöneberg2012-08-081-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-2/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Fix for virtual overload in DSP56K (no whatsnew) Miodrag Milanovic2011-07-131-11/+11
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-292-5/+5
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-13/+13
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-092-44/+44
* running_device -> device_t Aaron Giles2010-12-315-11/+11
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-4/+4
* Fixed MSVC compile. (no whatsnew) Curt Coder2010-11-023-6/+6
* Removes all std::strings from the dsp56k cpu core. (Not worth mentioning) Andrew Gardner2010-10-238-437/+430
* Fix custom mapping for dsp56k internal memory. Aaron Giles2010-10-191-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-309-164/+164
* [no whatsnew] dsp56k: Further removal of std::strings. Andrew Gardner2010-08-203-408/+327
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-1/+3
* [no whatsnew] dsp56k : Weaning the core off std::strings. Andrew Gardner2010-08-1912-955/+1363
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-27/+27
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-4/+4
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-129-174/+174
* dsp56k.c : Remove globals from dsp56k cpu core. [AtariAce] Andrew Gardner2010-08-105-66/+70
* dsp56k : Hooked up new execution engine. [Andrew Gardner] Andrew Gardner2010-08-0713-1098/+1202