summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tlcs90 (follow)
Commit message (Expand)AuthorAgeFilesLines
* jaleco/megasys1.cpp: Emulate microcontroller for bigstrik. (#11629) [Sergio G... mamehaze2023-10-222-24/+139
* nmk/ddealer.cpp: replace MCU simulation in ddealer with emulated NMK-110 MCU ... mamehaze2023-10-131-3/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* 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
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* tlcs90: add missing break; hap2020-11-142-2/+4
* tlcs90: this fallthrough at opcode must be wrong hap2020-11-142-2/+3
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-152-1/+3
* srcclean (nw) Vas Crabb2020-03-221-1/+1
* Add TMP90C051 disassembler (only accessible through unidasm for now) AJR2020-03-202-0/+28
* tlcs90: First draft of 90844 register map; improve logging for unemulated reg... AJR2020-03-132-3/+77
* tlcs90: Split up the t90_internal_registers_r/w handlers (nw) AJR2020-03-132-258/+345
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-072-8/+6
* 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