summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs90 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+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-304-18/+109
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-071-68/+2
* devcb3 Vas Crabb2018-07-071-18/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-24/+29
* Reshuffle some stuff: Vas Crabb2018-03-282-6/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Separate TLCS-90 external IRQ line state from internal request register (fixe... AJR2018-03-182-13/+29
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-23/+23
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-11/+16
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-87/+1024
* tlcs90: First painful step towards modernization of internal peripherals (nw) AJR2017-11-192-60/+188
* convenience macro for enum bitwise operators (nw) Vas Crabb2017-07-221-1/+1
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-162-92/+92
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* tlcs90: Forwarding and some other stuff (nw) AJR2017-06-041-4/+15
* Replace fake TLCS-90 I/O space with callbacks AJR2017-05-302-22/+88
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-27/+27
* Note PROM version (nw) AJR2017-04-191-1/+1
* Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw) AJR2017-04-122-4/+27
* 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 disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-9/+1
* Changed the tlcs90 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-292-27/+35
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-222-130/+130
* 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-182-1/+2
* Document internal hardware of original Pocket Challenge machine [Team Europe] David Haywood2016-04-252-0/+15
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-202-10/+10
* 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-10/+10
* 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
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* clang-modernize part 3 Miodrag Milanovic2015-12-042-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-132-0/+2967