| Commit message (Expand) | Author | Age | Files | Lines |
* | rolled back set_led_status change and fixed build (nw) |  Miodrag Milanovic | 2013-06-04 | 1 | -3/+0 |
* | made video devices build optional and set proper build rules per target (nw) |  Miodrag Milanovic | 2013-06-04 | 1 | -0/+3 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -14/+7 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -44/+44 |
* | Clean-ups and version bumpmame0147u2 |  Miodrag Milanovic | 2012-10-30 | 1 | -1/+1 |
* | Created a base class delegate_common_base for all delegate |  Aaron Giles | 2012-10-14 | 1 | -0/+22 |
* | srcclean (nw) |  Curt Coder | 2012-10-07 | 1 | -2/+2 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+13 |
* | Removed device_memory_interface from driver_device, fixes issues with dkong c... |  Miodrag Milanovic | 2012-09-19 | 1 | -9/+2 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -2/+13 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -5/+23 |
* | All driver inits are now member of state classes. |  Miodrag Milanovic | 2012-08-10 | 1 | -0/+2 |
* | Sega 16-bit cleanup, part 1 (still more coming): |  Aaron Giles | 2012-08-04 | 1 | -2/+6 |
* | Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Cha... |  Angelo Salese | 2012-05-01 | 1 | -0/+2 |
* | Clean-ups and version bumpmame0145u7 |  Angelo Salese | 2012-04-22 | 1 | -7/+7 |
* | Remove color_prom parameter from PALETTE_INIT. Added code where |  Aaron Giles | 2012-04-12 | 1 | -3/+44 |
* | Merged watchdog back into running_machine. |  Aaron Giles | 2012-04-12 | 1 | -0/+50 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+41 |
* | Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. |  Aaron Giles | 2012-04-09 | 1 | -29/+44 |
* | Templatized the palette generators and made naming consistent. |  Aaron Giles | 2012-04-09 | 1 | -61/+212 |
* | modernization of some CUSTOM_INPUT's part 5 (no whatsnew) |  Miodrag Milanovic | 2012-04-09 | 1 | -0/+4 |
* | Clean-ups and version bumpmame0145u6 |  Angelo Salese | 2012-04-08 | 1 | -1/+1 |
* | Extracted driver_device base class from machine.* and into its |  Aaron Giles | 2012-04-06 | 1 | -0/+242 |
* | Move driver list/enumerator to new file drivenum.c/.h. |  Aaron Giles | 2012-04-06 | 1 | -341/+0 |
* | GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_M... |  Angelo Salese | 2011-12-23 | 1 | -0/+2 |
* | Fixed issue with get_merge_name when using slot devices (no whatsnew) |  Miodrag Milanovic | 2011-11-28 | 1 | -2/+3 |
* | simplified compatible_with function. no whatsnew. |  Fabio Priuli | 2011-08-16 | 1 | -1/+1 |
* | driver.h: fixed handling of compatible systems for MESS [Fabio Priuli] |  Fabio Priuli | 2011-08-15 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u4 |  Angelo Salese | 2011-05-24 | 1 | -1/+1 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -4/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -0/+25 |
* | Cleanups again |  Angelo Salese | 2011-04-18 | 1 | -4/+4 |
* | Improve driver enumerator to by default exclude internal drivers, |  Aaron Giles | 2011-04-17 | 1 | -2/+2 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -21/+135 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -3/+3 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -0/+2 |
* | Added game types (no whatsnew) |  Miodrag Milanovic | 2011-01-26 | 1 | -4/+25 |
* | - Moved RAM device into emu core [Miodrag Milanovic] |  Miodrag Milanovic | 2011-01-05 | 1 | -0/+34 |
* | - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] |  Miodrag Milanovic | 2011-01-01 | 1 | -0/+1 |
* | Changed the MACHINE_DRIVER_* macros, as follows: |  Aaron Giles | 2010-09-01 | 1 | -1/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -1/+1 |
* | me being a nitpicker aligning the backslashes |  Michaƫl Banaan Ananas | 2010-05-19 | 1 | -5/+5 |
* | Cleanups and version bump.mame0136u3 |  Aaron Giles | 2010-02-14 | 1 | -1/+1 |
* | Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries |  Miodrag Milanovic | 2010-02-11 | 1 | -1/+0 |
* | Renamed GAME_CAN_SHARE_ROMS to GAME_SHARE_ROMS (sounds more logical) |  Miodrag Milanovic | 2010-02-11 | 1 | -1/+1 |
* | - Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa... |  Miodrag Milanovic | 2010-02-11 | 1 | -3/+3 |
* | - Moved compatibility validation into MAME core from MESS. |  Miodrag Milanovic | 2010-02-09 | 1 | -4/+1 |
* | Bulk driver.h -> emu.h switch. |  Aaron Giles | 2010-01-10 | 1 | -8/+5 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -114/+19 |