summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp16
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-7/+14
* fixed Michaël Banaan Ananas2014-04-041-2/+2
* dsp16 has an internal /2 divider Michaël Banaan Ananas2014-03-291-0/+2
* and more *.c -> *.inc renaming Oliver Stöneberg2014-03-192-1/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-233-149/+149
* DSP16 improvements. [Andrew Gardner] Andrew Gardner2013-06-264-118/+460
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* Adds the QSound internal DSP ROM to the device. [Andrew Gardner] Andrew Gardner2013-04-301-0/+5
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-114-120/+120
* Switch -> if. (nw) Andrew Gardner2013-01-171-3/+3
* DSP16: The PC moves on from potentially all used opcodes now. [Andrew Gardner] Andrew Gardner2013-01-154-32/+133
* DSP16 : Additional opcodes. [Andrew Gardner] Andrew Gardner2013-01-141-29/+54
* DSP16: Additional opcodes & disassembly fixes. [Andrew Gardner] Andrew Gardner2013-01-124-74/+151
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-59/+59
* dsp16: Two more opcodes. Now for the fixed-point math enjoyment. (nw) Andrew Gardner2013-01-091-14/+40
* dsp16: Few more opcodes & spaces->tabs. (nw) Andrew Gardner2013-01-084-553/+678
* dsp16: Additional work (nw). Andrew Gardner2013-01-064-27/+113
* dsp16: Simplification (nw) Andrew Gardner2013-01-052-18/+30
* Fix Compile Angelo Salese2013-01-051-2/+2
* dsp16: Added 16-bit immediate load opcode. [Andrew Gardner] Andrew Gardner2013-01-053-249/+332
* Dsp16: Added registers and implemented the goto opcode. [Andrew Gardner] Andrew Gardner2013-01-043-45/+428
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* fixed some printf format string warnings reported by cppcheck (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-272-158/+90
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-2/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-093-31/+31
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* Completed the DSP16A disassembler. [Andrew Gardner] Andrew Gardner2011-01-261-37/+129
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-253-0/+858