| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Changed validity_checker to keep a fresh emu_options for validation purposes ... |  npwoods | 2017-04-15 | 1 | -2/+1 |
| * | Changed the validity checks to have its own emu_options |  Nathan Woods | 2017-04-09 | 1 | -1/+2 |
| * | clean up a few more device issues, add basic device validation |  Vas Crabb | 2017-03-03 | 1 | -10/+130 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -252/+252 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -252/+252 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | check that driver names contain only [0-9a-z_] (nw) |  Vas Crabb | 2016-09-10 | 1 | -0/+8 |
| * | Increased max length of parent name to 16, for evaluation purposes. (nw) |  Robbbert | 2016-09-09 | 1 | -2/+2 |
| * | Validity checking improvements |  AJR | 2016-07-27 | 1 | -1/+7 |
| * | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
| * | check a bunch more RGB operations in validity (nw) |  Vas Crabb | 2016-07-15 | 1 | -30/+319 |
| * | Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] |  Vas Crabb | 2016-07-14 | 1 | -38/+597 |
| * | ioport tagged_list to unordered_map (nw) |  Miodrag Milanovic | 2016-06-18 | 1 | -6/+6 |
| * | tagged_list to unordered_map for slots (nw) |  Miodrag Milanovic | 2016-06-18 | 1 | -3/+3 |
| * | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -3/+11 |