summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-293/+1
* Removed expand_machine_driver(). Aaron Giles2008-02-181-13/+31
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+520