summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmndrby.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-36/+36
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+8
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-22/+22
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-13/+12
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-6/+6
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-3/+3
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-16/+16
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* Validity fixes. Aaron Giles2012-04-111-4/+4
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-13/+13
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-13/+13
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-10/+14
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-18/+20
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-10/+10
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* 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