| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved m_generic_paletteram_* into drivers/device state objects so they are no... |  Miodrag Milanovic | 2014-04-23 | 1 | -6/+0 |
* | removed unused legacy_callback_func (nw) |  Oliver Stöneberg | 2014-04-21 | 1 | -11/+0 |
* | Moved optional_device<screen_device> m_screen and optional_device<palette_dev... |  Miodrag Milanovic | 2014-03-05 | 1 | -2/+0 |
* | placed hack in driver_init hacks (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -9/+0 |
* | In case there is driver init available, we update palettes after it (nw) |  Miodrag Milanovic | 2014-03-02 | 1 | -0/+9 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -271/+1 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -9/+9 |
* | moved optional_device<gfxdecode_device> to specific drivers state classes (nw) |  Miodrag Milanovic | 2014-02-17 | 1 | -1/+0 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -0/+1 |
* | Stop the flipping insanity [Alex Jackson] |  Alex W. Jackson | 2014-02-05 | 1 | -26/+5 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | Fix long-standing architectural wart: the priority bitmap is no longer owned |  Aaron Giles | 2013-07-26 | 1 | -5/+5 |
* | Created new device_video_interface. Right now its sole purpose is to |  Aaron Giles | 2013-07-24 | 1 | -0/+1 |
* | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -1/+1 |
* | modernized generic palette initializations (nw) |  Oliver Stöneberg | 2013-07-15 | 1 | -0/+138 |
* | rolled back set_led_status change and fixed build (nw) |  Miodrag Milanovic | 2013-06-04 | 1 | -5/+0 |
* | made video devices build optional and set proper build rules per target (nw) |  Miodrag Milanovic | 2013-06-04 | 1 | -0/+5 |
* | Expanded device_t constructor with parameters for short name and source file ... |  Miodrag Milanovic | 2013-03-26 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -63/+61 |
* | srcclean (nw) |  Curt Coder | 2012-10-07 | 1 | -1/+1 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -0/+47 |
* | Removed device_memory_interface from driver_device, fixes issues with dkong c... |  Miodrag Milanovic | 2012-09-19 | 1 | -14/+0 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -0/+13 |
* | Sega 16-bit cleanup, part 1 (still more coming): |  Aaron Giles | 2012-08-04 | 1 | -20/+23 |
* | fix soundlatch warning |  Michaël Banaan Ananas | 2012-07-23 | 1 | -15/+15 |
* | 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 | -5/+5 |
* | Remove color_prom parameter from PALETTE_INIT. Added code where |  Aaron Giles | 2012-04-12 | 1 | -15/+14 |
* | Merged watchdog back into running_machine. |  Aaron Giles | 2012-04-12 | 1 | -6/+6 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -0/+128 |
* | Added the ability to specify member function driver callbacks for |  Aaron Giles | 2012-04-10 | 1 | -18/+30 |
* | Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. |  Aaron Giles | 2012-04-09 | 1 | -18/+96 |
* | Templatized the palette generators and made naming consistent. |  Aaron Giles | 2012-04-09 | 1 | -1/+235 |
* | Extracted driver_device base class from machine.* and into its |  Aaron Giles | 2012-04-06 | 1 | -0/+284 |
* | Move driver list/enumerator to new file drivenum.c/.h. |  Aaron Giles | 2012-04-06 | 1 | -430/+0 |
* | Fixed issue with get_merge_name when using slot devices (no whatsnew) |  Miodrag Milanovic | 2011-11-28 | 1 | -2/+2 |
* | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -2/+2 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+29 |
* | Cleanups again |  Angelo Salese | 2011-04-18 | 1 | -5/+5 |
* | Improve driver enumerator to by default exclude internal drivers, |  Aaron Giles | 2011-04-17 | 1 | -0/+29 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -193/+289 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -0/+15 |
* | - Moved compatibility validation into MAME core from MESS. |  Miodrag Milanovic | 2010-02-09 | 1 | -0/+16 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+1 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -4/+4 |
* | Added casts to ensure proper values are passed to the ctype.h functions. |  Aaron Giles | 2009-06-25 | 1 | -1/+1 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -2/+2 |
* | Many casts added to the core files, and various other tweaks |  Aaron Giles | 2009-03-12 | 1 | -2/+2 |
* | New module: devintrf.c/.h. Implements a generic device interface similar |  Aaron Giles | 2008-02-19 | 1 | -293/+1 |
* | Removed expand_machine_driver(). |  Aaron Giles | 2008-02-18 | 1 | -13/+31 |