| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/emumem*: Removed endianness template parameter from handler_entry_read, h... |  ajrhacker | 2021-07-09 | 1 | -77/+51 |
| * | vt1682: probably fix fullrom read buffer overflow |  hap | 2021-05-10 | 1 | -1/+1 |
| * | emu/machine.cpp: Get rid of the dummy space device. |  Vas Crabb | 2021-05-05 | 1 | -2/+0 |
| * | srcclean in preparation for release |  Vas Crabb | 2021-03-28 | 1 | -1/+1 |
| * | pmac6100: Move it to a new driver |  Olivier Galibert | 2021-03-12 | 1 | -1/+50 |
| * | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 1 | -1/+1 |
| * | view: Save their state |  Olivier Galibert | 2020-12-21 | 1 | -1/+0 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -2/+1 |
| * | Work around GNU libstdc++ wanting to stack large temporaries when vector elem... |  Vas Crabb | 2020-11-23 | 1 | -1/+1 |
| * | Implement views, which are essentially bankdevs integrated into the |  Olivier Galibert | 2020-11-22 | 1 | -1218/+109 |
| * | Don't reject re-loading an unused bank [O. Galibert] |  Olivier Galibert | 2020-11-17 | 1 | -0/+3 |
| * | Fix memory leak on address_space_specific destruction and add a missing init ... |  Olivier Galibert | 2020-11-15 | 1 | -0/+5 |
| * | emu/emumem.cpp: Use if constexpr to make code clearer |  Vas Crabb | 2020-11-15 | 1 | -160/+97 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -2/+2 |
| * | Clean-up and consistency fixes after memory system changes. |  Vas Crabb | 2020-11-03 | 1 | -6/+3 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -585/+202 |
| * | TMS340X0 updates |  AJR | 2020-08-19 | 1 | -0/+5 |
| * | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -3/+3 |
| * | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
| * | Last memory change fixes (nw) |  Olivier Galibert | 2020-05-25 | 1 | -4/+4 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -205/+112 |
| * | emumem: Mask address where absolutely necessary (nw) |  AJR | 2020-05-23 | 1 | -45/+45 |
| * | emumem: Another slight speedup. masking before dispatch at top level is not ... |  Olivier Galibert | 2020-05-21 | 1 | -11/+9 |
| * | emumem: Another slight speedup, implemented on the 680x0 for now [O. Galibert] |  Olivier Galibert | 2020-05-19 | 1 | -20/+6 |
| * | emumem: Slight speedup [O. Galibert] |  Olivier Galibert | 2020-05-19 | 1 | -4/+24 |
| * | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -2/+2 |
| * | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -1/+1 |
| * | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -6/+6 |
| * | (nw) move some stuff to an anonymous namespace, and fully specialise template... |  Vas Crabb | 2019-10-26 | 1 | -50/+54 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -521/+298 |
| * | disable VALIDATE_REFCOUNTS, due to nforcepc installing a device map while a h... |  smf- | 2019-10-25 | 1 | -1/+1 |
| * | Make submaps work with address-shifted spaces (nw) |  AJR | 2019-06-09 | 1 | -2/+2 |
| * | emumem: Remove obsolete alignement limit |  Olivier Galibert | 2019-04-06 | 1 | -19/+0 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -9/+14 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -14/+9 |
| * | emumem: Allow an address shift of 1 (to the right) for 8-bit spaces (nw) |  AJR | 2019-03-01 | 1 | -0/+9 |
| * | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -9/+5 |
| * | emumem: remove m_baseptr, may fix the save state issues [O. Galibert] |  Olivier Galibert | 2018-12-20 | 1 | -9/+1 |
| * | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 1 | -1/+1 |
| * | Invalidate memory access caches when removing watchpoints to prevent crashes ... |  AJR | 2018-10-23 | 1 | -0/+1 |
| * | srcclean (nw) |  Vas Crabb | 2018-09-23 | 1 | -2/+2 |
| * | emumem: Fix ioports/membanks in internal maps [O. Galibert] |  Olivier Galibert | 2018-08-26 | 1 | -18/+18 |
| * | Apply logical address mask properly in debug disassembly view |  AJR | 2018-08-24 | 1 | -8/+68 |
| * | memory,devcb: Put capabilities at parity [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -1/+185 |
| * | memory: Allow simplified versions of handlers [O. Galibert] |  Olivier Galibert | 2018-08-02 | 1 | -31/+308 |
| * | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -17/+17 |
| * | A better way to make friends (nw) |  AJR | 2018-06-29 | 1 | -3/+0 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -3685/+869 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -345/+177 |
| * | Relax constraints on address mirroring/global mask combinations. Mirror bits ... |  AJR | 2018-04-11 | 1 | -3/+1 |