| Commit message (Expand) | Author | Age | Files | Lines |
* | emu/ioport.cpp: Improved validation of DIP switch locations. |  Vas Crabb | 2024-10-05 | 1 | -6/+8 |
* | Disallow zero-length regions in ROM definitions and software lists |  AJR | 2023-10-22 | 1 | -0/+2 |
* | Drop support for libc++ 6 altogether - it's missing std::unordered_map::extract. |  Vas Crabb | 2023-03-27 | 1 | -4/+0 |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 1 | -1/+1 |
* | emu/rgbgen.h: Made out-of-range shift deterministic. (#10987) |  invertego | 2023-03-13 | 1 | -0/+63 |
* | validity.cpp: Be a bit more paranoid with null pointer checks; also disallow ... |  AJR | 2023-02-12 | 1 | -16/+38 |
* | Various input and OSD refactoring: |  Vas Crabb | 2023-01-29 | 1 | -0/+1 |
* | Miscellaneous fixes and refactoring: |  Vas Crabb | 2023-01-28 | 1 | -12/+15 |
* | eminline.h: Additions |  AJR | 2022-09-25 | 1 | -0/+28 |
* | corefile.h: Move filename utilities to path.h |  AJR | 2022-09-25 | 1 | -0/+1 |
* | fixes for clang 15.0 on windows [smf] |  smf- | 2022-09-15 | 1 | -2/+0 |
* | Validate slot cards only once per device type during 'quick' validation passe... |  AJR | 2022-09-01 | 1 | -0/+5 |
* | emu/validity.cpp, ui/info.cpp: Base "no sound" check on speaker devices. |  Vas Crabb | 2022-08-20 | 1 | -2/+4 |
* | Moved localised I/O port name lookup into I/O port manager. |  Vas Crabb | 2021-12-09 | 1 | -12/+10 |
* | libc++ 6 std::is_invocable_r doesn't work on MFP for incomplete class - disab... |  Vas Crabb | 2021-09-27 | 1 | -2/+6 |
* | Actually stage the fix to validity.cpp, clean up video/kikikai.cpp a little, ... |  Vas Crabb | 2021-09-26 | 1 | -1/+1 |
* | cpu/drcbex64.cpp: Proof-of-concept for optimisation of calling out. |  Vas Crabb | 2021-09-22 | 1 | -12/+18 |
* | util/delegate.h: Try to catch issues earlier, and some cleanup. |  Vas Crabb | 2021-09-20 | 1 | -297/+786 |
* | Allow devices to specify a parent for the purpose of searching for ROMs. |  Vas Crabb | 2021-09-06 | 1 | -6/+21 |
* | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 1 | -14/+15 |
* | Added helpers for 64-bit count leading zeroes/ones. |  Vas Crabb | 2021-06-13 | 1 | -4/+4 |
* | Ensure validation of device tags in non-default slot options |  AJR | 2021-02-20 | 1 | -0/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -5/+6 |
* | -osd: Clean up inline maths utilities. |  Vas Crabb | 2021-01-18 | 1 | -2/+2 |
* | unicode.h: Updates |  AJR | 2020-12-15 | 1 | -0/+1 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -7/+7 |
* | validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... |  Vas Crabb | 2020-08-28 | 1 | -19/+31 |
* | validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... |  Vas Crabb | 2020-08-27 | 1 | -25/+41 |
* | Clean up the preprocessor glue for selecting RGB utility implementation a little |  Vas Crabb | 2020-08-21 | 1 | -1/+1 |
* | validity.cpp: Added checks for bilinear filter vector routines |  Ted Green | 2020-07-08 | 1 | -2/+56 |
* | (nw) softlist_dev.cpp: validate ROM labels |  Vas Crabb | 2020-04-16 | 1 | -0/+4 |
* | softlist_dev.cpp: start adding validation for data areas |  Vas Crabb | 2020-04-16 | 1 | -1/+1 |
* | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -9/+9 |
* | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -2/+2 |
* | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -60/+54 |
* | validity.cpp: Be more verbose when validating device types (nw) |  AJR | 2019-06-17 | 1 | -0/+3 |
* | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 1 | -1/+1 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -1/+1 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -6/+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 | -4/+2 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -3/+8 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -1/+2 |
* | Make devopt menu localisable. |  Vas Crabb | 2018-04-28 | 1 | -17/+24 |
* | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 1 | -0/+3 |
* | Allow machine configuration to specify BIOS easily, move default BIOS selecti... |  Vas Crabb | 2018-03-26 | 1 | -0/+2 |
* | validity check: test all 32 results from count_leading_zeros() & count_leadin... |  smf- | 2018-03-21 | 1 | -10/+12 |
* | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -0/+12 |