summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32025/32025dsm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cpu/h8, cpu/tms32010, cpu/tms32025: Replaced sprintf with type-safe ↵ Erik2023-03-141-14/+12
| | | | | equivalents. (#10979) cpu/h8/h8_sci.cpp: Made clock mode a scoped enumeration and fixed a save state issue.
* namcos22: window clip doesn't need to be float hap2022-11-231-1/+1
|
* misc: remove unused variables that may give compiler warning hap2022-08-231-3/+1
|
* Removed superfluous semicolons from various source files. (#9796) 0kmg2022-05-221-3/+3
|
* Debugger feature improvements AJR2022-03-271-0/+2
| | | | | | | | - Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected. - Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions. - Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse. - Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx) - Don't pass over delay slots for debugging in ASAP core
* use C++ library includes (nw) firewave2020-01-221-1/+1
|
* Reshuffle some stuff: Vas Crabb2018-03-281-7/+9
| | | | | | * Move around the debugger hooks to get a small but measurable performance increase * Remove emucore from external tools * Improve performance of DSP16 interpreter a little by generating six variants of execution loop
* Some fixes (nw) Olivier Galibert2017-11-261-1/+1
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-301/+275
| | | | | | | | 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.
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-11/+1
|
* Changed the TMS32025 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-031-7/+15
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
| | | | | 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-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+507