| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cop400: small notes cleanup | 2021-02-07 | 1 | -2/+2 | |
| | | |||||
| * | dvdisasm: Overhaul [O. Galibert] | 2017-11-26 | 1 | -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) | 2017-01-17 | 1 | -5/+5 | |
| | | |||||
| * | Fix compile for cop400 using mentioned fix from QMC2(nw) | 2017-01-10 | 1 | -1/+1 | |
| | | |||||
| * | cop400: Fixed disassembly of jump instructions and used decimal for LDD/XAD. ↵ | 2017-01-10 | 1 | -9/+11 | |
| | | | | | [Curt Coder] | ||||
| * | Changed disassembler infrastructure to not use char buffers internally | 2016-11-20 | 1 | -11/+1 | |
| | | |||||
| * | Changed the cop410 disassembler to use 'std::ostream &' internally | 2016-11-11 | 1 | -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) | 2016-10-22 | 1 | -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) | 2015-11-08 | 1 | -0/+349 | |
