| Commit message (Expand) | Author | Age | Files | Lines |
* | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+3 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -9/+9 |
* | tlcs90: move too generic irq enum to class |  hap | 2024-09-20 | 1 | -48/+48 |
* | tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... |  hap | 2024-09-20 | 4 | -127/+168 |
* | diexec: Remove vestigial execute_burn override |  AJR | 2024-09-18 | 1 | -1/+1 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | jaleco/megasys1.cpp: Emulate microcontroller for bigstrik. (#11629) [Sergio G... |  mamehaze | 2023-10-22 | 2 | -24/+139 |
* | nmk/ddealer.cpp: replace MCU simulation in ddealer with emulated NMK-110 MCU ... |  mamehaze | 2023-10-13 | 1 | -3/+6 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -2/+2 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
* | tlcs90: add missing break; |  hap | 2020-11-14 | 2 | -2/+4 |
* | tlcs90: this fallthrough at opcode must be wrong |  hap | 2020-11-14 | 2 | -2/+3 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 2 | -1/+3 |
* | srcclean (nw) |  Vas Crabb | 2020-03-22 | 1 | -1/+1 |
* | Add TMP90C051 disassembler (only accessible through unidasm for now) |  AJR | 2020-03-20 | 2 | -0/+28 |
* | tlcs90: First draft of 90844 register map; improve logging for unemulated reg... |  AJR | 2020-03-13 | 2 | -3/+77 |
* | tlcs90: Split up the t90_internal_registers_r/w handlers (nw) |  AJR | 2020-03-13 | 2 | -258/+345 |
* | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -8/+6 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -4/+4 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -2/+2 |
* | tlcs90: Separate TMP90840 and TMP90844 disassemblers |  AJR | 2019-09-30 | 4 | -18/+109 |
* | tlcs90, tlcs900: Removed MCFG, nw |  mooglyguy | 2018-12-07 | 1 | -68/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -18/+18 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -5/+5 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -1/+1 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -24/+29 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 2 | -6/+3 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
* | Separate TLCS-90 external IRQ line state from internal request register (fixe... |  AJR | 2018-03-18 | 2 | -13/+29 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -6/+6 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -23/+23 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -11/+16 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -87/+1024 |
* | tlcs90: First painful step towards modernization of internal peripherals (nw) |  AJR | 2017-11-19 | 2 | -60/+188 |
* | convenience macro for enum bitwise operators (nw) |  Vas Crabb | 2017-07-22 | 1 | -1/+1 |
* | explicit sizes for enums used in save states - one should always do this to m... |  Vas Crabb | 2017-07-16 | 2 | -92/+92 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -3/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 2 | -1/+8 |
* | tlcs90: Forwarding and some other stuff (nw) |  AJR | 2017-06-04 | 1 | -4/+15 |
* | Replace fake TLCS-90 I/O space with callbacks |  AJR | 2017-05-30 | 2 | -22/+88 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -27/+27 |
* | Note PROM version (nw) |  AJR | 2017-04-19 | 1 | -1/+1 |
* | Add TMP90PH44 device type for Sega 837-13551 I/O Board (nw) |  AJR | 2017-04-12 | 2 | -4/+27 |
* | more validation fixes (nw) |  Vas Crabb | 2017-03-04 | 1 | -1/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -5/+5 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -16/+16 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -9/+1 |