summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ddragon3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-159/+0
* init vars for coverity. Robbbert2022-03-211-14/+14
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-15/+15
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+5
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) more header cleanup, make tx1 use something that looks like C++ rather t... Vas Crabb2018-11-231-16/+21
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-3/+3
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-35/+47
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* ddragon3.cpp: Soundlatch modernization; use explicit buffering trigger in ctr... AJR2017-09-011-2/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+6
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* ddragon3.c: fix m68k byte smearing regression in wwfwfest (nw) Alex W. Jackson2014-09-071-2/+2
* ddragon3.c: palette cleanup (nw) Alex W. Jackson2014-05-061-4/+5
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* few more (nw) Miodrag Milanovic2014-03-021-1/+1
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* reduce some code duplication, preparation for creating a new device (nw) David Haywood2013-08-131-3/+56
* oki cleanup (nw) Miodrag Milanovic2013-04-111-2/+5
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-0/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* some h files cleanups (no whatsnew) Miodrag Milanovic2012-09-171-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2