summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs900/tlcs900.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpu/tlcs900: Added the TMP94C241 variant (used by the Technics SX-KN5000). (#... Felipe CorrĂȘa da Silva Sanches2025-02-181-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-2/+3
* cpu/tlcs900: Replaced a number of preprocessor macro constants with enum and ... Felipe CorrĂȘa da Silva Sanches2024-09-111-7/+6
* tlcs900: fix setting programcounter in debugger hap2024-03-241-8/+20
* Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... AJR2020-06-191-16/+59
* tlcs900: Misc. fixups (nw) AJR2020-06-181-0/+2
* tmp95c061, tmp95c063: Break up the register blocks (nw) AJR2020-06-181-1/+15
* tlcs900: Split derived types into separate files; no need for separate 8-bit ... AJR2020-06-181-2142/+0
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-4/+4
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-9/+8
* (nw) clean up code rot and cancer Vas Crabb2019-10-081-9/+4
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-071-44/+33
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-12/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* 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/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* 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
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-18/+18
* reverting: Miodrag Milanovic2016-01-201-3/+3
* 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-3/+3
* 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-1/+1
* tlcs900: add analog inputs to TMP95C063 (nw) Ville Linde2016-01-031-2/+182
* tlcs900: fix duplicate tags (nw) Ville Linde2015-12-141-12/+12
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2202