summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cidelsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-5/+5
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* cosmac: Added write line members for the input lines. [Curt Coder] Curt Coder2014-03-311-2/+1
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-261-0/+8
* Eliminate some of MAME's anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-151-1/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-1/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+1
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+0
* 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
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Refactored CDP1852 into a C++ device and cleaned up the Cidelsa driver slight... Curt Coder2011-04-161-13/+34
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-0/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-16/+41
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-3/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-0/+1
* From: Pugsy [pugsy@gmx.net] Aaron Giles2009-03-191-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-1/+1
* Cidelsa changes: Curt Coder2009-02-161-2/+13
* Here's the big one.... Aaron Giles2008-12-111-0/+1
* Pointerized the CDP1802 CPU core. Curt Coder2008-11-171-5/+12
* - converted CDP1869 to the new device system Curt Coder2008-04-021-0/+38