summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arcompact/arcompactdasm_ops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-21/+21
| | | | | please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions anyone can run srcclean over a submission and see what will get hit
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-739/+3132
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* Spacing fixes Nathan Woods2016-11-141-447/+447
|
* Changed the arcompact disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-622/+609
| | | | Also added arcompact to unidasm
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
| | | | | 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
* cleanups (nw) Miodrag Milanovic2015-12-251-2/+2
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2370