summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs90/tlcs90.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-9/+9
* tlcs90: move too generic irq enum to class hap2024-09-201-48/+48
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-201-41/+71
* diexec: Remove vestigial execute_burn override AJR2024-09-181-1/+1
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* jaleco/megasys1.cpp: Emulate microcontroller for bigstrik. (#11629) [Sergio G... mamehaze2023-10-221-0/+9
* tlcs90: First draft of 90844 register map; improve logging for unemulated reg... AJR2020-03-131-0/+5
* tlcs90: Split up the t90_internal_registers_r/w handlers (nw) AJR2020-03-131-5/+40
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-2/+2
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-4/+4
* tlcs90: Separate TMP90840 and TMP90844 disassemblers AJR2019-09-301-3/+24
* tlcs90, tlcs900: Removed MCFG, nw mooglyguy2018-12-071-68/+2
* devcb3 Vas Crabb2018-07-071-18/+18
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* Separate TLCS-90 external IRQ line state from internal request register (fixe... AJR2018-03-181-1/+3
* 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-121-0/+5
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-5/+1
* tlcs90: First painful step towards modernization of internal peripherals (nw) AJR2017-11-191-13/+14
* 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-161-6/+6
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* tlcs90: Forwarding and some other stuff (nw) AJR2017-06-041-4/+15
* Replace fake TLCS-90 I/O space with callbacks AJR2017-05-301-3/+68
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw) AJR2017-04-121-0/+10
* 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-291-2/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-52/+52
* BIT doesn't need to be a macro Vas Crabb2016-08-181-0/+2
* Document internal hardware of original Pocket Challenge machine [Team Europe] David Haywood2016-04-251-0/+8
* 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
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+181