| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | Cycle-accurate DSP16 core (disabled in QSound for performance reasons) |  Vas Crabb | 2018-03-15 | 1 | -1/+1 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | Register device callbacks and add some basic validation for them |  AJR | 2018-02-20 | 1 | -0/+6 |
| * | Fixes (nw) |  Olivier Galibert | 2018-02-13 | 1 | -2/+4 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -4/+4 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+4 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -4/+0 |
| * | allow compiler a little more optimisation leeway in x86 count_leading_* (nw) |  Vas Crabb | 2017-12-02 | 1 | -0/+4 |
| * | validity.cpp: Prevent insane recursion when multiple slot devices have the sa... |  AJR | 2017-11-30 | 1 | -2/+3 |
| * | Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings |  R. Belmont | 2017-10-10 | 1 | -6/+9 |
| |\ |
|
| | * | Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... |  Nathan Woods | 2017-09-24 | 1 | -6/+9 |
| * | | rgbsse: Optimize some sse routines. (nw) (#2700) |  tedgreen99 | 2017-10-09 | 1 | -0/+32 |
| * | | rgbsse: Rather simple performance optimization. (nw) |  Ted Green | 2017-09-29 | 1 | -0/+8 |
| |/ |
|
| * | Start adding stuff for iterating ROM entries in a more C++ way without needin... |  Vas Crabb | 2017-09-22 | 1 | -11/+11 |
| * | Added a natural keyboard validation to check for valid natural keyboard (uni)... |  npwoods | 2017-09-05 | 1 | -0/+13 |
| * | fix exit status (nw) |  Vas Crabb | 2017-09-05 | 1 | -1/+1 |
| * | -validate will now report an error if no matches occur |  Nathan Woods | 2017-09-04 | 1 | -0/+10 |
| * | Validate BIOS names and fix most errors found: |  Vas Crabb | 2017-08-25 | 1 | -18/+46 |
| * | fix -valid with MSVC (nw) |  Vas Crabb | 2017-08-24 | 1 | -1/+1 |
| * | Move unemulated/imperfect flags from machines into devices. |  Vas Crabb | 2017-07-27 | 1 | -10/+27 |
| * | remove this check - it causes MSVC release builds to crash, and the things it... |  Vas Crabb | 2017-07-15 | 1 | -65/+56 |
| * | Should be slightly more efficient this way (nw) |  AJR | 2017-06-10 | 1 | -4/+7 |
| * | Further improvements to slot option validation (nw) |  AJR | 2017-06-10 | 1 | -36/+33 |
| * | fix the missing default subslot devices on slot card validation |  Vas Crabb | 2017-06-11 | 1 | -2/+21 |
| * | Fix region validation for slot devices (nw) |  AJR | 2017-06-10 | 1 | -3/+4 |
| * | improve code for instantiating slot devices for validation - still doesn't fi... |  Vas Crabb | 2017-06-11 | 1 | -2/+14 |
| * | Attempt basic validation of slot cards |  Vas Crabb | 2017-06-10 | 1 | -0/+21 |
| * | Add validation check for contradictory flags, fix things it caught (nw) |  Vas Crabb | 2017-05-31 | 1 | -1/+9 |
| * | More auxiliary verb stuff: |  Vas Crabb | 2017-05-18 | 1 | -0/+4 |
| * | Misc. validation fixes (nw) |  AJR | 2017-05-18 | 1 | -34/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -10/+10 |