summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32031
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+0
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang 3.7 warning fixes (nw) Olivier Galibert2015-12-071-7/+7
* override part 2 (nw) Miodrag Milanovic2015-12-051-15/+15
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic2015-11-122-1/+1
* fix compile (nw) Miodrag Milanovic2015-11-082-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-0/+9301