| Commit message (Expand) | Author | Age | Files | Lines |
* | emumem: First try at wait states |  Olivier Galibert | 2023-02-22 | 1 | -0/+3 |
* | Fun with flags: Allows handlers to have user-defined flags set on |  Olivier Galibert | 2021-11-28 | 1 | -2/+4 |
* | Initialize m_config in all situations. |  Aaron Giles | 2021-06-26 | 1 | -0/+2 |
* | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 1 | -3/+3 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
* | Work around GNU libstdc++ wanting to stack large temporaries when vector elem... |  Vas Crabb | 2020-11-23 | 1 | -4/+4 |
* | Implement views, which are essentially bankdevs integrated into the |  Olivier Galibert | 2020-11-22 | 1 | -39/+38 |
* | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -4/+19 |
* | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | Enforce that width and endianness of directly-mapped ROM regions should match... |  AJR | 2019-12-11 | 1 | -0/+33 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -69/+117 |
* | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -1/+1 |
* | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -3/+3 |
* | Make submaps work with address-shifted spaces (nw) |  AJR | 2019-06-09 | 1 | -7/+40 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -6/+0 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -0/+6 |
* | Eliminate the default address map member of address_space_config (nw) |  AJR | 2019-02-17 | 1 | -6/+0 |
* | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 1 | -1/+1 |
* | memory,devcb: Put capabilities at parity [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -18/+210 |
* | I did say it would be dreafully stupid (nw) |  Olivier Galibert | 2018-08-03 | 1 | -11/+11 |
* | memory: Allow simplified versions of handlers [O. Galibert] |  Olivier Galibert | 2018-08-02 | 1 | -34/+315 |
* | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -21/+0 |
* | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) |  AJR | 2018-06-24 | 1 | -0/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -6/+3 |
* | Remove some machine().device usage from the core (nw) |  AJR | 2018-05-20 | 1 | -5/+3 |
* | Relax constraints on address mirroring/global mask combinations. Mirror bits ... |  AJR | 2018-04-11 | 1 | -0/+6 |
* | Some corners of C/C++ are just a pain (nw) |  Olivier Galibert | 2018-03-14 | 1 | -1/+1 |
* | addrmap: Fix subtle bug with nonsubtle effects, also ensure initialization (nw) |  Olivier Galibert | 2018-03-14 | 1 | -1/+2 |
* | Rename some memory stuff (nw) |  Olivier Galibert | 2018-03-14 | 1 | -6/+23 |
* | Generalized support for byte-smeared accesses (nw) (#3207) |  ajrhacker | 2018-02-15 | 1 | -2/+5 |
* | emumem: Fix extra-large device map (nw) |  Olivier Galibert | 2018-02-12 | 1 | -6/+9 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -187/+200 |
* | address_map: Internal maps must now be constructed last to have priority (nw) |  AJR | 2018-02-01 | 1 | -6/+6 |
* | memory: Deambiguate handlers, also a hint of things to come (nw) |  Olivier Galibert | 2018-01-19 | 1 | -26/+26 |
* | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 1 | -2/+2 |
* | remove debug code (nw) |  smf- | 2017-11-29 | 1 | -1/+0 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -13/+7 |
* | Start adding stuff for iterating ROM entries in a more C++ way without needin... |  Vas Crabb | 2017-09-22 | 1 | -3/+5 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -3/+3 |
* | Improve validation checking for address ranges (nw) |  AJR | 2017-06-22 | 1 | -11/+10 |
* | Sorry test, it's not that I don't like you anymore, but there's this |  Olivier Galibert | 2017-06-21 | 1 | -4/+1 |
* | NPOT subunit compromise (nw) |  AJR | 2017-04-28 | 1 | -7/+2 |
* | Perform unitmask checking during validation in non-debug builds (nw) |  AJR | 2017-04-26 | 1 | -7/+31 |
* | Memory unit masking and address mirroring fixes (nw) |  AJR | 2017-03-25 | 1 | -1/+25 |
* | Adds a new addrmap.cpp validation intended to catch AM_REGION declarations no... |  Nathan Woods | 2017-03-09 | 1 | -0/+4 |
* | Address map fixes (nw) |  AJR | 2016-12-25 | 1 | -3/+5 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -3/+3 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -25/+25 |
* | addrmem: Obvious renames and helpers [O. Galibert] |  Olivier Galibert | 2016-11-10 | 1 | -4/+4 |