summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs90/tlcs90.cpp
Commit message (Expand)AuthorAgeFilesLines
* Detect array members that can't be replicated and manually register each item... Aaron Giles2021-04-191-2/+0
* tlcs90: add missing break; hap2020-11-141-1/+2
* tlcs90: this fallthrough at opcode must be wrong hap2020-11-141-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+2
* tlcs90: First draft of 90844 register map; improve logging for unemulated reg... AJR2020-03-131-3/+72
* tlcs90: Split up the t90_internal_registers_r/w handlers (nw) AJR2020-03-131-253/+305
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-6/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* tlcs90: Separate TMP90840 and TMP90844 disassemblers AJR2019-09-301-2/+27
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-24/+29
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Separate TLCS-90 external IRQ line state from internal request register (fixe... AJR2018-03-181-12/+26
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-11/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-82/+6
* tlcs90: First painful step towards modernization of internal peripherals (nw) AJR2017-11-191-47/+174
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-86/+86
* 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
* Replace fake TLCS-90 I/O space with callbacks AJR2017-05-301-19/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Note PROM version (nw) AJR2017-04-191-1/+1
* Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw) AJR2017-04-121-4/+17
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-5/+5
* srcclean (nw) Vas Crabb2016-11-271-16/+16
* Changed the tlcs90 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-291-25/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-78/+78
* 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
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* tlcs90: fix a nonsense check hap2016-08-271-2/+2
* BIT doesn't need to be a macro Vas Crabb2016-08-181-1/+0
* Document internal hardware of original Pocket Challenge machine [Team Europe] David Haywood2016-04-251-0/+7
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-5/+5
* 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-5/+5
* 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
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2786