summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/driver.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* driver.cpp: removed the old soundlatch methods. (nw) Ivan Vangelista2016-06-121-38/+0
* remove legacy calls (nw) Miodrag Milanovic2016-05-011-10/+0
* Make watchdog timer a separate device AJR2016-04-301-0/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-0/+3
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) Alex W. Jackson2014-07-071-3/+3
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-10/+0
* removed unused helpers, leftover from conversion to new palette (nw) Miodrag Milanovic2014-04-231-6/+0
* Some more core cleanup (nw) Miodrag Milanovic2014-04-221-5/+0
* removed unused legacy_callback_func (nw) Oliver Stöneberg2014-04-211-5/+0
* modernized 990_hd, moved some code into ti990_10.c, and simplified harddriv.c... Miodrag Milanovic2014-03-231-1/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-4/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-225/+2
* 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/+4
* Stop the flipping insanity [Alex Jackson] Alex W. Jackson2014-02-051-2/+2
* Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-4/+1
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-2/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* removed some unused legacy functions / flagged a few more things as deprecate... Oliver Stöneberg2013-08-221-2/+2
* added MCFG_MACHINE_RESET_REMOVE / MCFG_*_RESET(0) cleanup (nw) Oliver Stöneberg2013-08-211-0/+2
* removed unused legacy macro VIDEO_RESET (nw) Oliver Stöneberg2013-08-041-1/+0
* removed unused member_wrapper_line (nw) Oliver Stöneberg2013-08-031-6/+0
* removed some obsolete legacy stuff from src/emu/driver.h (nw) Oliver Stöneberg2013-08-021-16/+0
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-0/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Fixed driver_device OVERRIDE macros to work with devices, report_bad_device_c... smf-2013-07-151-7/+7
* moved a few more macros to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-11/+5
* moved some legacy macros from driver.h to drivlgcy.h (nw) Oliver Stöneberg2013-07-151-14/+0
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-0/+10
* rolled back set_led_status change and fixed build (nw) Miodrag Milanovic2013-06-041-3/+0
* made video devices build optional and set proper build rules per target (nw) Miodrag Milanovic2013-06-041-0/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-14/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-44/+44
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-0/+22
* srcclean (nw) Curt Coder2012-10-071-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+13
* Removed device_memory_interface from driver_device, fixes issues with dkong c... Miodrag Milanovic2012-09-191-9/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+13
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+23
* 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