summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32051 (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-272-11/+20
* 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-182-4/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-253-16/+16
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (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-112-3/+3
* 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-252-3/+3
* 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-122-6/+10
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-9/+9
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-100/+118
* 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-1/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-19/+15
* 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-092-19/+12
* tms32051: That's an elaborate way to do a nop (nw) Olivier Galibert2016-12-102-21/+0
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-14/+4
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* | 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
* Changed the TMS32051 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-291-204/+205
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-291/+291
* 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-012-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-29/+29
* reverting: Miodrag Milanovic2016-01-202-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-6/+6
* tms32051: fix accumulator conditions (nw) Ville Linde2016-01-021-14/+19
* tms32051: more bug fixes (nw) Ville Linde2015-12-314-82/+106
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-302-7/+7
* tms32051: various fixes (nw) Ville Linde2015-12-213-40/+61
* taitopjc: hook up TC0780FPA (nw) Ville Linde2015-12-202-4/+33
* tms32051: disasm fixes (nw) Ville Linde2015-12-191-91/+36
* taitopjc: video updates + 32051 fixes (nw) Ville Linde2015-12-173-2/+10
* tms32051: add I/O space (nw) Ville Linde2015-12-143-4/+61
* tms32051: add idle instruction (nw) Ville Linde2015-12-123-31/+64
* tms32051: add TMS32053 (nw) Ville Linde2015-12-102-6/+96
* override part 2 (nw) Miodrag Milanovic2015-12-051-12/+12