summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp56k
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1317-13692/+0
* dsp56k: Remove the not required direct update handler [O. Galibert] Olivier Galibert2015-06-243-34/+5
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-205-6/+6
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-1317-32/+34
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0716-0/+32
* moved all to std::string (nw) Miodrag Milanovic2015-04-228-343/+343
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-44/+44
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-7/+7
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-114-13/+13
* 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