| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean and cleanup. |  Vas Crabb | 2025-02-23 | 1 | -6/+6 |
| * | cpu/tlcs900: Added the TMP94C241 variant (used by the Technics SX-KN5000). (#... |  Felipe Corrêa da Silva Sanches | 2025-02-18 | 8 | -69/+1689 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -2/+3 |
| * | tmp95c063: correct typo from prev commit [Hydreigon] |  hap | 2024-11-04 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -12/+12 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
| * | cpu/tlcs900: Use callback arrays and member function templates to simplify I/... |  Felipe Corrêa da Silva Sanches | 2024-09-16 | 4 | -694/+248 |
| * | -igs/igs_m027.cpp: Hooked up I/O for slqz3. |  Vas Crabb | 2024-09-11 | 1 | -15/+0 |
| * | cpu/tlcs900: Replaced a number of preprocessor macro constants with enum and ... |  Felipe Corrêa da Silva Sanches | 2024-09-11 | 3 | -138/+154 |
| * | tlcs900: fix setting programcounter in debugger |  hap | 2024-03-24 | 3 | -9/+22 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -63/+21 |
| * | namco/namcos10.cpp: Add MP3 decoder support to the MEM(P3) board. (#11210) |  987123879113 | 2023-05-15 | 1 | -1/+5 |
| * | namco/namcos10.cpp: More dumps/redumps, new decryption devices, and more I/O ... |  987123879113 | 2023-04-19 | 2 | -10/+35 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -0/+7 |
| * | Software list items promoted to working |  Ivan Vangelista | 2022-03-23 | 2 | -8/+8 |
| * | tlcs900: check timer enable before clocking chained timer, this improves ngpc... |  hap | 2022-03-15 | 2 | -4/+4 |
| * | tlcs900: fix disassembly of PC-relative addressing |  Devin Acker | 2021-01-10 | 1 | -8/+8 |
| * | tlcs900: Fix MAX instruction (nw) |  AJR | 2020-06-21 | 1 | -1/+1 |
| * | New machines marked as NOT_WORKING |  AJR | 2020-06-21 | 2 | -0/+295 |
| * | Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... |  AJR | 2020-06-19 | 4 | -1546/+2953 |
| * | tlcs900: Misc. fixups (nw) |  AJR | 2020-06-18 | 3 | -0/+6 |
| * | tmp95c061, tmp95c063: Break up the register blocks (nw) |  AJR | 2020-06-18 | 6 | -952/+2232 |
| * | tlcs900: Split derived types into separate files; no need for separate 8-bit ... |  AJR | 2020-06-18 | 6 | -2327/+2359 |
| * | devices/cpu: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-31 | 2 | -8/+8 |
| * | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -10/+9 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -4/+4 |
| * | (nw) clean up code rot and cancer |  Vas Crabb | 2019-10-08 | 1 | -9/+4 |
| * | tlcs90, tlcs900: Removed MCFG, nw |  mooglyguy | 2018-12-07 | 2 | -171/+72 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -54/+54 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -4/+4 |
| * | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -0/+1 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -12/+16 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 2 | -3/+3 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -2/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -1879/+1879 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -8/+12 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -228/+279 |
| * | 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 | -4/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 2 | -60/+61 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
| * | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -16/+32 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 2 | -2/+2 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -14/+4 |
| * | Fixed more spacing issues |  Nathan Woods | 2016-10-30 | 1 | -36/+36 |
| * | Further cleanups to the TLCS900 disassemlber; fixed some paren spacing, conve... |  Nathan Woods | 2016-10-29 | 1 | -179/+180 |
| * | Changed the tlcs900 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-29 | 1 | -81/+90 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -308/+308 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |