summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp56k/opcode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* clang 3.7 warning fixes (nw) Olivier Galibert2015-12-071-2/+2
|
* Initial conversion of core to C++14. Note that compilers are now limited to ↵ Miodrag Milanovic2015-12-031-2/+2
| | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic]
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+80