summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed crash when running laser disc games smf-2011-06-261-2/+2
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-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-30/+30
* BIG update. Aaron Giles2011-03-291-21/+21
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-27/+39
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-39/+39
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+17
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-3/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+8
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-3/+3
* Added correct ROMs to 'Dragon's Lair (Italian)' (dlital) [f205v] Phil Bennett2010-04-011-5/+5
* z80sio: Added register access functions to prevent trampoline functions [Dirk... Dirk Best2010-03-081-23/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-1/+1
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-24/+24
* Ok, this is The Big One. Aaron Giles2009-02-111-13/+11
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1
* Converted Z80 SIO to device. Updated drivers accordingly. Aaron Giles2008-09-301-25/+17
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-13/+15
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-7/+4
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-3/+3
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-98/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-4/+4
* Rejiggered huffman.c to support multiple interleaving Aaron Giles2008-08-121-4/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3