summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dlair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-79/+79
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-12/+13
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+7
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-6/+6
* De-legacy the z80sio device. Aaron Giles2012-08-081-1/+1
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-1/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-14/+14
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-17/+17
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-1/+1
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-4/+5
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-10/+10
* 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-33/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-17/+17
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-5/+5
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-79/+98
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* 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