summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h
Commit message (Expand)AuthorAgeFilesLines
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2
* Sega 16-bit cleanup, part 1 (still more coming): Aaron Giles2012-08-041-2/+6
* 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-7/+7
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-3/+44
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-0/+50
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+41
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-29/+44
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-61/+212
* modernization of some CUSTOM_INPUT's part 5 (no whatsnew) Miodrag Milanovic2012-04-091-0/+4
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* Extracted driver_device base class from machine.* and into its Aaron Giles2012-04-061-0/+242
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-341/+0
* GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_M... Angelo Salese2011-12-231-0/+2
* Fixed issue with get_merge_name when using slot devices (no whatsnew) Miodrag Milanovic2011-11-281-2/+3
* simplified compatible_with function. no whatsnew. Fabio Priuli2011-08-161-1/+1
* driver.h: fixed handling of compatible systems for MESS [Fabio Priuli] Fabio Priuli2011-08-151-1/+1
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-0/+25
* Cleanups again Angelo Salese2011-04-181-4/+4
* Improve driver enumerator to by default exclude internal drivers, Aaron Giles2011-04-171-2/+2
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-21/+135
* BIG update. Aaron Giles2011-03-291-3/+3
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-0/+2
* Added game types (no whatsnew) Miodrag Milanovic2011-01-261-4/+25
* - Moved RAM device into emu core [Miodrag Milanovic] Miodrag Milanovic2011-01-051-0/+34
* - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-0/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-1/+1
* me being a nitpicker aligning the backslashes Michaƫl Banaan Ananas2010-05-191-5/+5
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-1/+1
* Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries Miodrag Milanovic2010-02-111-1/+0
* Renamed GAME_CAN_SHARE_ROMS to GAME_SHARE_ROMS (sounds more logical) Miodrag Milanovic2010-02-111-1/+1
* - Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa... Miodrag Milanovic2010-02-111-3/+3
* - Moved compatibility validation into MAME core from MESS. Miodrag Milanovic2010-02-091-4/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-8/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-114/+19
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Changes to sync with new toolchain: Aaron Giles2010-01-031-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* - Removed sysconfig section from game_driver struct Miodrag Milanovic2009-12-251-5/+1
* > -----Original Message----- Aaron Giles2009-10-011-46/+57
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+2
* fix #define.. stupid copy+paste errors davidhay2009-02-021-1/+1
* fix comment davidhay2009-02-021-1/+1
* getting the AGEMAME ball rolling. davidhay2009-02-021-14/+16
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-1/+0
* Removed empty input ports from the empty driver, in favor of a NULL entry. Aaron Giles2008-05-251-0/+1