summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms34010/tms34010.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* cpu/tms34010/tms34010.cpp: Suppress side effects for debugger reads. (#12287) cam9002024-04-221-9/+15
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-20/+6
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* Interrupt callback rationalization AJR2023-03-111-4/+4
* New working systems hap2022-12-301-6/+6
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* tms34010: Clarify that not all illegal opcodes are actually trapped; separate... AJR2021-11-061-4/+14
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* 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