| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
* | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -30/+25 |
* | lower deps on clifront.h (nw) |  Miodrag Milanovic | 2016-04-15 | 1 | -1/+2 |
* | Typo fix: nonexistant → nonexistent |  Jordi Mallach | 2016-04-01 | 1 | -2/+2 |
* | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -30/+30 |
* | Further reduce template instantiations |  Vas Crabb | 2016-03-04 | 1 | -22/+2 |
* | removed test since atomic functions about to be removed (nw) |  Miodrag Milanovic | 2016-03-01 | 1 | -17/+0 |
* | ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... |  dankan1890 | 2016-02-27 | 1 | -2/+2 |
* | Revert "New driver specifiers; modify -listclones, -listsource; add -listtree" |  Miodrag Milanović | 2016-02-25 | 1 | -1/+1 |
* | New driver specifiers; changes to -listclones, -listsource; add -listtree |  AJR | 2016-02-24 | 1 | -1/+1 |
* | Some more validity checking improvements: |  AJR | 2016-01-24 | 1 | -10/+8 |