| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -30/+30 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -30/+30 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 1 | -1/+0 |
| * | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -2/+2 |
| |\ |
|
| | * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -2/+2 |
| * | | C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... |  Nathan Woods | 2016-08-07 | 1 | -8/+7 |
| * | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -0/+27 |
| * | | Fixed ROM_FILL when fill value is hex. |  Robbbert | 2016-08-05 | 1 | -1/+1 |
| |/ |
|
| * | Fixed breakage caused by a change in how the byte for ROM_FILL is represented... |  Nathan Woods | 2016-08-01 | 1 | -5/+8 |
| * | Added some default constructors to rom_entry(), and made it so changes to fla... |  Nathan Woods | 2016-08-01 | 1 | -1/+1 |
| * | Changes rom_entry from a struct to a class, storing its strings as std::strin... |  Nathan Woods | 2016-08-01 | 1 | -7/+7 |
| * | for bool type use true and false (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -12/+12 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| * | Changed various string arguments for emu_file::open() from 'const char *' to ... |  Nathan Woods | 2016-07-29 | 1 | -2/+2 |
| * | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -13/+13 |
| * | Exposed several strings as std::string on softlist objects, and fixed a few bugs |  Nathan Woods | 2016-07-20 | 1 | -2/+1 |
| * | const correctness related changes to softlist |  Nathan Woods | 2016-07-19 | 1 | -1/+1 |
| * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -1/+1 |
| * | Added command strobe callback interface for LDV1000, and hooked it up to esh.... |  angelosa | 2016-06-15 | 1 | -2/+0 |
| * | romload.cpp: added ROMX_FILL, passing a ROM_SKIP(param_value) will fill and s... |  angelosa | 2016-06-15 | 1 | -1/+10 |
| * | Cleanups and version bumpmame0173 |  Miodrag Milanovic | 2016-04-27 | 1 | -1/+1 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -2/+2 |
| * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -35/+35 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -24/+24 |
| * | Fix rom load warning messages (nw) |  Robbbert | 2016-02-29 | 1 | -4/+4 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -18/+18 |
| * | Remove redundant defines, in order to make translation easier (nw) |  Miodrag Milanovic | 2016-02-20 | 1 | -5/+3 |
| * | Initial import of MEWUI to MAME [Dankan1890] |  Dankan1890 | 2016-02-04 | 1 | -2/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | Revert "Memory region to use std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Memory region to use std::string (nw) |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Fix for hang, emu_options::add_slot_options was changed, other things are ju... |  Miodrag Milanovic | 2016-01-18 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | final touch on romload modernization (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -16/+13 |
| * | vector instead of simple_list (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -11/+9 |
| * | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -312/+196 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -13/+10 |
| * | removed memory tracking (nw) |  Miodrag Milanovic | 2016-01-08 | 1 | -1/+1 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -66/+66 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -2/+0 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1609 |