summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32031 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* itech32.cpp: added save state support (nw) Ivan Vangelista2016-07-011-0/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-082-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-082-2/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* 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
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2