summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-585/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-6/+0
* removed unused legacy_callback_func (nw) Oliver Stöneberg2014-04-211-11/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+0
* placed hack in driver_init hacks (nw) Miodrag Milanovic2014-03-021-9/+0
* In case there is driver init available, we update palettes after it (nw) Miodrag Milanovic2014-03-021-0/+9
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-271/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-9/+9
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+0
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+1
* Stop the flipping insanity [Alex Jackson] Alex W. Jackson2014-02-051-26/+5
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-5/+5
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-0/+1
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-0/+138
* rolled back set_led_status change and fixed build (nw) Miodrag Milanovic2013-06-041-5/+0
* made video devices build optional and set proper build rules per target (nw) Miodrag Milanovic2013-06-041-0/+5
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-63/+61
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-0/+47
* Removed device_memory_interface from driver_device, fixes issues with dkong c... Miodrag Milanovic2012-09-191-14/+0
* Memory handler normalization, part 1. Aaron Giles2012-09-171-0/+13
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-20/+23
* fix soundlatch warning Michaël Banaan Ananas2012-07-231-15/+15
* Implemented new paletteram_xGGGGGRRRRRBBBBB_byte_le_w() function, used by Cha... Angelo Salese2012-05-011-0/+2
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-5/+5
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-15/+14
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-6/+6
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-0/+128
* Added the ability to specify member function driver callbacks for Aaron Giles2012-04-101-18/+30
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-18/+96
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+235
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-0/+284
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-430/+0
* Fixed issue with get_merge_name when using slot devices (no whatsnew) Miodrag Milanovic2011-11-281-2/+2
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+29
* Cleanups again Angelo Salese2011-04-181-5/+5
* Improve driver enumerator to by default exclude internal drivers, Aaron Giles2011-04-171-0/+29
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-193/+289
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-0/+15
* - Moved compatibility validation into MAME core from MESS. Miodrag Milanovic2010-02-091-0/+16
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2