| Commit message (Expand) | Author | Age | Files | Lines |
* | removed support for PORT_CATEGORY from the core, since PORT_CONDITION is enou... |  Fabio Priuli | 2011-08-17 | 1 | -37/+1 |
* | Fix for listxml DTD by Firewave (no whatsnew) |  Miodrag Milanovic | 2011-08-15 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 1 | -7/+7 |
* | Listxml changes (no whatsnew) |  Miodrag Milanovic | 2011-08-05 | 1 | -23/+55 |
* | - Updated romload so devices are loaded from separate files [Miodrag Milanovic] |  Miodrag Milanovic | 2011-08-02 | 1 | -4/+41 |
* | - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] |  Miodrag Milanovic | 2011-07-31 | 1 | -2/+0 |
* | Fix for softlist loading (no whatsnew) |  Miodrag Milanovic | 2011-07-25 | 1 | -2/+2 |
* | Writeable -> Writable |  Angelo Salese | 2011-07-11 | 1 | -1/+1 |
* | Small core changes to enable making slot device also a image device (no whats... |  Miodrag Milanovic | 2011-07-03 | 1 | -2/+2 |
* | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 1 | -4/+4 |
* | Fix for listxml and centronics device (no whatsnew) |  Miodrag Milanovic | 2011-06-14 | 1 | -1/+1 |
* | info.c: added display of disk is writeable in -lx. no whatsnew. |  Fabio Priuli | 2011-06-09 | 1 | -0/+4 |
* | info.c: added basic display of slot info in -lx [Fabio Priuli] |  Fabio Priuli | 2011-06-09 | 1 | -1/+42 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -13/+13 |
* | Attach gamedrv's input ports to the driver_device, so that there's |  Aaron Giles | 2011-05-05 | 1 | -1/+0 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -42/+42 |
* | Removed various differences between MESS and MAME, all is now defined in mame.h. |  Miodrag Milanovic | 2011-04-14 | 1 | -12/+0 |
* | Fix compile? |  Angelo Salese | 2011-04-13 | 1 | -15/+15 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -987/+875 |
* | Convert scramble/galaxold to driver_device [Atari Ace] |  Scott Stone | 2011-04-09 | 1 | -3/+0 |
* | Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quiz... |  Scott Stone | 2011-04-09 | 1 | -0/+4 |
* | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -2/+1 |
* | Attached emu_options to the machine_config, and the running_machine |  Aaron Giles | 2011-03-10 | 1 | -6/+6 |
* | MT 04271: Merge attribute incorrectly matches parent NO_DUMP ROMs. |  Aaron Giles | 2011-03-08 | 1 | -1/+4 |
* | Cleanups and version bump.mame0141u3 |  Aaron Giles | 2011-02-28 | 1 | -2/+2 |
* | Hash generation and general cleanup. New class hash_collection holds |  Aaron Giles | 2011-02-14 | 1 | -14/+12 |
* | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -2/+8 |
* | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -1/+1 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 1 | -1/+1 |
* | Fixing order so XML output is valid XML (no whatsnew) |  Miodrag Milanovic | 2011-01-08 | 1 | -1/+1 |
* | Marking mechanical games as such in XML [Miodrag Milanovic] |  Miodrag Milanovic | 2011-01-05 | 1 | -0/+3 |
* | - Moved RAM device into emu core [Miodrag Milanovic] |  Miodrag Milanovic | 2011-01-05 | 1 | -11/+44 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -1/+1 |
* | Cleanups and version bump. |  Aaron Giles | 2010-10-14 | 1 | -1/+1 |
* | Fix bug where multiple sampleof attributes could be output, resulting in |  Aaron Giles | 2010-09-29 | 1 | -0/+3 |
* | Changed driver_device to expose the game_driver's ROMs through the |  Aaron Giles | 2010-09-03 | 1 | -29/+25 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -2/+2 |
* | making all softwarelist devices to appear in the listxml output (no mention n... |  Fabio Priuli | 2010-08-24 | 1 | -3/+5 |
* | fixing listxml year output (it was skipped if the year contains a '?') [Fabio... |  Fabio Priuli | 2010-08-23 | 1 | -1/+1 |
* | emu/info.c: Search all parents of a clone for merged ROMs [Atari Ace] |  Phil Bennett | 2010-07-29 | 1 | -18/+70 |
* | Another OS X compile problem (no whatsnew) |  R. Belmont | 2010-07-07 | 1 | -1/+1 |
* | - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software list... |  Miodrag Milanovic | 2010-07-06 | 1 | -1/+1 |
* | Support for multiple software list per driver [Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-06 | 1 | -9/+6 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -6/+5 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -12/+11 |
* | - Fixed compile |  Miodrag Milanovic | 2010-06-27 | 1 | -4/+0 |
* | Implemented hash file and battery support and did some cleanup (no whatsnew) |  Miodrag Milanovic | 2010-06-24 | 1 | -1/+3 |
* | Moved listsofware command line option from MESS, and added softlist in XML ou... |  Miodrag Milanovic | 2010-06-20 | 1 | -3/+28 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | Yet more OS X PPC compile fixes (still no whatsnew) |  R. Belmont | 2010-06-17 | 1 | -2/+2 |