summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New games added or promoted from NOT_WORKING status Luca Elia2011-07-201-3/+136
* (Finally found the time to finish this....) Aaron Giles2011-05-301-15/+15
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-552/+552
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-36/+36
* BIG update. Aaron Giles2011-03-291-366/+366
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-37/+37
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-22/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-8/+8
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-63/+63
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-19/+19
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-253/+253
* Triple Punch/Knock Out AY-3-8910 clock speed was incorrect, fixed and verifie... Jonathan Gevaryahu2010-09-171-6/+30
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+1
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-22/+22
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-90/+61
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-133/+133
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* New clone: Exciting Animal Land Jr. (USA) Brian Troha2010-06-271-15/+37
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-34/+41
* New clone added Yasuhiro Ogawa2010-06-071-0/+18
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-5/+5
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-5/+5
* Fix debug compile in dynax drivers Luca Elia2010-03-171-1/+1
* tlcs90.c: added save states [Fabio Priuli] Fabio Priuli2010-03-171-142/+221
* dynax.c, ddenlovr.c: Added driver data class [Fabio Priuli] Fabio Priuli2010-03-171-667/+1006
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-041-38/+38
* Fix ddenlovr crashes due to querying config_ints instead of runtime_ints. Aaron Giles2010-01-201-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-53/+53
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+4
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-33/+33
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-9/+9
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-27/+27
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-68/+68
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-15/+15
* Ddenlovr.c update [Luca Elia] Luca Elia2009-10-251-45/+917
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-15/+15
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-6/+6
* Added default input mappings for Hanafuda games. Updated most of the Hanafuda... Fabio Priuli2009-08-041-70/+68
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-0/+2