summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 3 (no whatsnew) Miodrag Milanovic2013-02-061-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-113/+113
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-16/+10
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-9/+8
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-34/+32
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-16/+16
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-41/+36
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-20/+20
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-9/+9
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-12/+12
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-5/+5
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-4/+4
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+12
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-15/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-104/+104
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-3/+3
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-5/+5
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-4/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-1/+1
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-4/+4
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-12/+12
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-34/+34
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-9/+9
* Nearly finished making some individual rom name adjustments to ease potential... Scott Stone2012-02-191-23/+23
* ddragon2 dsw correction from rcoltrane Michaël Banaan Ananas2012-01-291-3/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-100/+100
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-55/+55
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* (game descriptions consistency: "Set" -> "set") Michaël Banaan Ananas2011-03-131-5/+5
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* running_device -> device_t Aaron Giles2010-12-311-3/+3