summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cop400/cop410ds.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cop400: small notes cleanup hap2021-02-071-2/+2
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-8/+14
| | | | | | | | 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.
* cop400: Fixed debugger register/flags view. (nw) Curt Coder2017-01-171-5/+5
|
* Fix compile for cop400 using mentioned fix from QMC2(nw) Scott Stone2017-01-101-1/+1
|
* cop400: Fixed disassembly of jump instructions and used decimal for LDD/XAD. ↵ Curt Coder2017-01-101-9/+11
| | | | [Curt Coder]
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-11/+1
|
* Changed the cop410 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-73/+84
| | | | This one actually had a change in behavior; I had to insert a 'break' somewhere. Judging from the other cop4x0 disassemblers, this seems to be a bug in the existing disassembler
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
| | | | | 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
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+349