| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -721/+0 |
| * | Added license headers to the rest of files (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -3/+2 |
| * | change astring in ldplayer (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -3/+3 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -1/+1 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -1/+1 |
| * | primary_screen -> first_screen() (nw) |  Miodrag Milanovic | 2014-03-15 | 1 | -2/+2 |
| * | few more that I have missed (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -22/+22 |
| * | fixed building ldplayer (nw) |  Miodrag Milanovic | 2012-08-10 | 1 | -2/+2 |
| * | Clean-ups and version bump |  Miodrag Milanovic | 2012-05-21 | 1 | -2/+2 |
| * | fixed ldplayer (nw) |  Miodrag Milanovic | 2012-05-19 | 1 | -2/+6 |
| * | Made ldplayer compile, still doesn't work fine (nw) |  Miodrag Milanovic | 2012-05-18 | 1 | -29/+80 |
| * | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -2/+2 |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 1 | -2/+2 |
| * | Major CHD/chdman update. The CHD version number has been increased |  Aaron Giles | 2012-02-16 | 1 | -7/+7 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
| * | First pass of cleaning up LDPLAYER to allow for building (nw) |  Scott Stone | 2012-02-02 | 1 | -1/+1 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -15/+10 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -4/+4 |
| * | Ok, last spring cleaning, I hope ... |  Angelo Salese | 2011-04-19 | 1 | -5/+5 |
| * | Fix ldplayer, and convert the driver to modern style. |  Aaron Giles | 2011-04-19 | 1 | -264/+314 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -16/+16 |
| * | ldplayer: fix compile, still crashes on startup (no whatsnew) |  R. Belmont | 2011-03-05 | 1 | -1/+1 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -2/+2 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -36/+32 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -10/+10 |
| * | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -13/+13 |
| * | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -1/+1 |
| * | Changed the MACHINE_DRIVER_* macros, as follows: |  Aaron Giles | 2010-09-01 | 1 | -11/+8 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -3/+3 |
| * | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -3/+3 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -2/+2 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -10/+10 |
| * | Fixed ldplayer compilation (MT03664) |  Fabio Priuli | 2010-01-17 | 1 | -0/+1 |
| * | Created new template class tagged_list which manages a simple list |  Aaron Giles | 2010-01-17 | 1 | -3/+3 |
| * | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
| * | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -4/+3 |
| * | Fix compilation. No whatsnew. |  Paul Priest | 2010-01-06 | 1 | -2/+2 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
| * | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -3/+3 |
| * | > -----Original Message----- |  Aaron Giles | 2009-08-13 | 1 | -1/+1 |
| * | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
| * | Fixed Analog Settings to return to default when IPT_UI_SELECT (enter) pressed. |  Derrick Renaud | 2009-04-10 | 1 | -4/+4 |
| * | Another batch of tagging, this time for speakers/screens: |  Aaron Giles | 2009-02-25 | 1 | -3/+3 |
| * | Device tag renaming. Moving away from generic names like "main" |  Aaron Giles | 2009-02-25 | 1 | -3/+3 |