summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/dsp16/dsp16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-43/+43
* DSP16: The PC moves on from potentially all used opcodes now. [Andrew Gardner] Andrew Gardner2013-01-151-1/+10
* DSP16: Additional opcodes & disassembly fixes. [Andrew Gardner] Andrew Gardner2013-01-121-39/+43
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* dsp16: Few more opcodes & spaces->tabs. (nw) Andrew Gardner2013-01-081-9/+12
* dsp16: Additional work (nw). Andrew Gardner2013-01-061-3/+27
* Fix Compile Angelo Salese2013-01-051-2/+2
* dsp16: Added 16-bit immediate load opcode. [Andrew Gardner] Andrew Gardner2013-01-051-247/+10
* Dsp16: Added registers and implemented the goto opcode. [Andrew Gardner] Andrew Gardner2013-01-041-33/+359
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-107/+73
* 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-271-1/+1
* 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-091-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-251-0/+249