summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32082/tms32082.cpp
Commit message (Expand)AuthorAgeFilesLines
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-9/+9
* tms32082: Fix clang build AJR2021-09-251-1/+1
* Mostly playable driver for Rolling Extreme. Various bug fixes to the TMS320C8... Ville Linde2021-09-251-56/+93
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-25/+25
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+2
* 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-111-3/+3
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-17/+19
* Reshuffle some stuff: Vas Crabb2018-03-281-5/+5
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-9/+7
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-2/+4
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-4/+2
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-2/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-2/+2
* remove const (nw) Miodrag Milanovic2016-01-111-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* tms32082: FPU fixes + command callback (nw) Ville Linde2015-12-201-73/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+600