summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56156/opcode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanups: Vas Crabb2023-02-271-20/+5
| | | | | | | * cpu/dsp56156: Removed vestigial (and excessively slow) "new" execution code. * apple/bandit.cpp: Got rid of unnecessary friend declaration. * nintendo/n64_v.cpp: More const. * Fixed a few "const qualifier has no effect" warnings.
* cpu/dsp56156: Updated string formatting code. (#10933) Erik2023-02-271-7/+3
|
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* -dsp56k: Renamed relevant classes, files and namespaces to indicate that it ↵ mooglyguy2019-08-191-0/+81
is a DSP56156 core, not a DSP5600x core. [Ryan Holtz]