| Commit message (Expand) | Author | Age | Files | Lines |
* | misc cpu: no need to check debug enabled flag manually |  hap | 9 days | 1 | -1/+1 |
* | mb86233: add /3 clock divider |  hap | 2025-04-01 | 2 | -6/+5 |
* | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 1 | -4/+4 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
* | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -1/+0 |
* | arm7: Clean up various code using util::sext and multiply inlines |  AJR | 2023-02-20 | 1 | -2/+1 |
* | cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... |  AJR | 2022-11-01 | 3 | -5/+4 |
* | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 3 | -4/+0 |
* | Debugger feature improvements |  AJR | 2022-03-27 | 2 | -6/+26 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -2/+2 |
* | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 4 | -19/+18 |
* | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
* | -mb86235, sh7604, sharc: Removed MCFG macros, nw |  mooglyguy | 2018-12-09 | 1 | -14/+3 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 2 | -22/+22 |
* | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 3 | -4/+4 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -0/+5 |
* | srcclean (nw) |  Vas Crabb | 2018-04-22 | 1 | -1/+1 |
* | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -6/+8 |
* | mb86233/4 rewrite [O. Galibert] |  Olivier Galibert | 2018-04-05 | 4 | -224/+142 |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-03-25 | 4 | -128/+128 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 3 | -272/+270 |
* | tgpx4: misc fixing (floating point conversions, broken REP opcode, support fo... |  angelosa | 2018-03-22 | 3 | -51/+84 |
* | Wrote a preliminary TGPx4 interpreter core [Angelo Salese] |  angelosa | 2018-03-20 | 5 | -33/+1422 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 4 | -11/+22 |
* | Don't really need this printf (nw) |  angelosa | 2018-03-14 | 1 | -1/+1 |
* | mb86235.cpp: ALU OR / XOR (nw) |  angelosa | 2018-03-14 | 1 | -0/+18 |
* | mb86235.cpp: generate_ea fixes (nw) |  angelosa | 2018-03-14 | 1 | -0/+8 |
* | mb86235.cpp: generate_reg_read fixes (nw) |  angelosa | 2018-03-14 | 1 | -0/+10 |
* | Make TGPx4 to be debuggable even in non-DRC mode (nw) |  angelosa | 2018-03-11 | 1 | -0/+1 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -4/+6 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 4 | -14/+3 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 4 | -39/+73 |
* | 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/+9 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 5 | -29/+40 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | first srcclean pass (nw) |  Vas Crabb | 2016-12-25 | 4 | -341/+341 |
* | mb86235: some more progress (nw) |  Ville Linde | 2016-12-21 | 4 | -23/+184 |
* | mb86235: fix PR updates (nw) |  Ville Linde | 2016-12-18 | 3 | -39/+81 |
* | mb86235: disable recompiler for now (nw) |  Ville Linde | 2016-12-18 | 1 | -0/+20 |
* | fix mingw compile (nw) |  Ville Linde | 2016-12-17 | 3 | -29/+29 |
* | Added preliminary MB86235 recompiler [Ville Linde] |  Ville Linde | 2016-12-17 | 5 | -61/+3035 |
* | Merge pull request #1748 from ajrhacker/mb86235d_stream_format |  Vas Crabb | 2016-11-22 | 1 | -347/+237 |
|\ |
|
| * | Eliminate internal buffers; further cleanups (nw) |  AJR | 2016-11-19 | 1 | -161/+85 |
| * | Eliminate static char[] buffers in the mb86235 disassembler (nw) |  AJR | 2016-11-19 | 1 | -276/+242 |
* | | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -15/+4 |
|/ |
|
* | Changed the mb86235 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-11-15 | 1 | -15/+21 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 3 | -31/+31 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+2 |