summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32051/tms32051.cpp
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2 days1-3/+3
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* taitopjc: fix save states Ville Linde2021-08-071-0/+93
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+2
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-11/+11
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-23/+27
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-8/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+7
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-17/+11
* tms32051: That's an elaborate way to do a nop (nw) Olivier Galibert2016-12-101-20/+0
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-2/+2
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* 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
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* tms32051: more bug fixes (nw) Ville Linde2015-12-311-6/+4
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-5/+5
* taitopjc: hook up TC0780FPA (nw) Ville Linde2015-12-201-0/+1
* taitopjc: video updates + 32051 fixes (nw) Ville Linde2015-12-171-0/+3
* tms32051: add I/O space (nw) Ville Linde2015-12-141-0/+44
* tms32051: add idle instruction (nw) Ville Linde2015-12-121-28/+59
* tms32051: add TMS32053 (nw) Ville Linde2015-12-101-5/+82
* Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic2015-11-121-1/+1
* fix compile (nw) Miodrag Milanovic2015-11-081-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+531