summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32031
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap9 days2-3/+3
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-8/+8
* diexec: remove vestigal execute_input_lines() hap2024-09-182-12/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-27/+19
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-2/+8
* tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766) cam9002021-11-193-41/+124
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-8/+8
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-13/+11
* cpu/tms32031/*: Add/Correct notes for Internal peripherals and Chip family di... cam9002020-05-215-20/+131
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* tms32031.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-23/+0
* Fix build, and start removing MCFG from tms32031, nw mooglyguy2018-12-071-0/+4
* tms32031.cpp: A different attempt at fixing the disassembler. Confirmed radik... mooglyguy2018-12-022-16/+12
* tms32031.cpp: Fixed the disassembler. [Ryan Holtz] mooglyguy2018-12-012-6/+12
* devcb3 Vas Crabb2018-07-071-4/+4
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-1/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-5/+5
* parens (nw) Patrick Mackinlay2018-05-091-1/+1
* formatting (nw) Patrick Mackinlay2018-05-091-3/+3
* tms32031: add tms320c30 and basic hold/holda support Patrick Mackinlay2018-05-092-7/+130
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+8
* Reshuffle some stuff: Vas Crabb2018-03-282-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-4/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-5/+5
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-81/+81
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-3/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-28/+26
* TMS3203x: RTPS should be RPTS -nw- Philip Bennett2017-05-133-10/+10
* tms32031: Remove direct update handler [O. Galibert] Olivier Galibert2017-03-082-16/+3
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Merge pull request #1734 from npwoods/dasmstream_tms3203x Vas Crabb2016-11-191-225/+221
|\
| * 'void append_indirect(...std::string &)' didn't actually append; changed to '... Nathan Woods2016-11-181-18/+10
| * Changed the tms3203x disassembler to use 'std::ostream &' internally Nathan Woods2016-11-181-212/+216
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-7/+7
|/
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-1840/+1840
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1