summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmndrby.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-38/+38
* BIG update. Aaron Giles2011-03-291-24/+24
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-39/+52
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-12/+12
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Fixed NVRAM handling in Diamond Derby [Angelo Salese] Angelo Salese2010-06-021-13/+2
* Added comment about broken battery backup for dmndrby.c as it currently write... Scott Stone2010-06-021-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-1/+1
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-4/+4
* tiny cputag vs. cpu cleanup Fabio Priuli2009-06-011-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+3
* Fixed foreground tilemap colors in Diamond Derby [Angelo Salese] Angelo Salese2009-01-261-17/+10
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-11/+11
* Fixed more stuff with Diamond Derby,game is playable but not yet working (due... Angelo Salese2009-01-031-228/+108
* Fixed some stuff with Diamond Derby [Angelo Salese] Angelo Salese2009-01-031-197/+241
* Cleanups and version bump. Aaron Giles2008-12-221-23/+23
* Improvements to the dmndrby.c driver. Roberto Fresca2008-12-211-97/+524
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-14/+14
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-17/+17
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-4/+4