summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/tms34010.cpp
Commit message (Expand)AuthorAgeFilesLines
* TMS340X0 updates AJR2020-08-191-17/+111
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-11/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+8
* tms34020: implement CLIP opcode (#5716) Priit Laes2019-10-061-1/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-19/+72
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-72/+19
* tms34010.cpp : Internalize io register, Add notes, Remove register_po… (#4602) cam9002019-02-061-19/+72
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-7/+7
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-14/+14
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-33/+33
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-10/+5
* 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/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-45/+36
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+4
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-110/+110
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-1/+1
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-4/+4
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-3/+3
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-11/+11
* 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-11/+11
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-4/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-9/+9
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-5/+5
* Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic2015-11-121-4/+4
* fix compile (nw) Miodrag Milanovic2015-11-081-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1644