| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -8/+7 |
* | Since there is no clear way to determine if mouse should be shown or not, I a... |  Miodrag Milanovic | 2012-08-19 | 1 | -2/+2 |
* | Added internal mouse cursor visible in menus and when clickable artwork is us... |  Miodrag Milanovic | 2012-08-15 | 1 | -0/+12 |
* | Removed not used code (nw) |  Miodrag Milanovic | 2012-08-14 | 1 | -11/+0 |
* | Perform validation after reading ini file and check system name, fixes issues... |  Miodrag Milanovic | 2012-06-03 | 1 | -7/+7 |
* | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -3/+0 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -66/+32 |
* | Merge from MESS |  Nathan Woods | 2011-11-16 | 1 | -5/+14 |
* | Removed various differences between MESS and MAME, all is now defined in mame.h. |  Miodrag Milanovic | 2011-04-14 | 1 | -13/+0 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Cleanups and version bump.mame0141u4 |  Aaron Giles | 2011-03-25 | 1 | -1/+1 |
* | Attached emu_options to the machine_config, and the running_machine |  Aaron Giles | 2011-03-10 | 1 | -10/+8 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -121/+14 |
* | And woohoo, mame_options() is no more. |  Aaron Giles | 2011-02-12 | 1 | -34/+7 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -10/+5 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -1/+0 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 1 | -2/+2 |
* | Ignore warnings for non existing options in previous level of ini files (pare... |  Miodrag Milanovic | 2011-01-21 | 1 | -1/+1 |
* | Added new flag for options OPTION_DRIVER_ONLY, and marked bios and ramsize as... |  Miodrag Milanovic | 2011-01-18 | 1 | -0/+3 |
* | Fixed some long standing issues with image device config (no whatsnew) |  Miodrag Milanovic | 2011-01-17 | 1 | -1/+5 |
* | Made MESS drivers too load config from parent drivers (as MAME) but images ar... |  Miodrag Milanovic | 2011-01-17 | 1 | -2/+0 |
* | Fix for bug #04142 [Miodrag Milanovic] |  Miodrag Milanovic | 2010-12-20 | 1 | -1/+1 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -1/+1 |
* | - Fixed issue with image empty slot [Miodrag Milanovic] |  Miodrag Milanovic | 2010-11-26 | 1 | -5/+5 |
* | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -2/+2 |
* | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -1/+1 |
* | Changed driver_device to expose the game_driver's ROMs through the |  Aaron Giles | 2010-09-03 | 1 | -11/+11 |
* | Made options visible to device validate function when doing "-validate", this... |  Miodrag Milanovic | 2010-09-01 | 1 | -0/+11 |
* | Cleanups and version bump.mame0138u4 |  Aaron Giles | 2010-07-22 | 1 | -4/+4 |
* | Put back removed printf line,my mistake (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+1 |
* | Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 1 | -4/+0 |
* | - Added new operation on options which enables adding of parameter and execut... |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+8 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -4/+4 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -1223/+61 |
* | Moved image_postdevice_init call to proper place (no whatsnew) |  Miodrag Milanovic | 2010-06-28 | 1 | -3/+3 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -114/+111 |
* | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 1 | -1/+1 |
* | Implemented most of calls for image device (no whatsnew) |  Miodrag Milanovic | 2010-06-18 | 1 | -0/+3 |
* | - removed MESS dependency from config.c |  Miodrag Milanovic | 2010-06-17 | 1 | -12/+4 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -41/+42 |
* | Added ui_active to running_machine so that it can be accessed by the OSD inpu... |  Fabio Priuli | 2010-06-06 | 1 | -0/+1 |
* | fix NULL to UINT32 conversion |  Michaƫl Banaan Ananas | 2010-05-13 | 1 | -2/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2010-04-08 | 1 | -1/+1 |
* | Added gprof support to the makefile. [Bryan Ischo] |  Aaron Giles | 2010-04-08 | 1 | -2/+9 |
* | Changed all driver_data structs into classes with a simple |  Aaron Giles | 2010-02-25 | 1 | -4/+4 |
* | Added initialization of natural keyboard into init_machine |  Miodrag Milanovic | 2010-02-14 | 1 | -0/+3 |
* | - Moved natural keyboard support from MESS to MAME |  Miodrag Milanovic | 2010-02-12 | 1 | -4/+0 |
* | Internal debugger using the mame rendering infrastructure |  Couriersud | 2010-02-11 | 1 | -1/+4 |