summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cvs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more trampolines removal (nw) Ivan Vangelista2016-06-201-0/+1
* More gen_latch (nw) Ivan Vangelista2016-05-201-1/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* Try to fix S2636 offsets in games using legacy screen params Vas Crabb2015-12-111-1/+1
* Change for Mike Coates (nw) Miodrag Milanovic2015-05-221-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Fixed hero save state regression (couldn't repro the dazzler one) (nw) Ivan Vangelista2014-07-161-1/+0
* cvs.c: updated the driver to use modern speech rom reading. [Fabio Priuli] Fabio Priuli2014-04-121-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-2/+4
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-2/+2
* Merged s2636 video and sound implementations and moved them to machine/ (nw) Ivan Vangelista2013-08-131-1/+1
* Modernized the s2636 video device. Will try to merge the audio and video devi... Ivan Vangelista2013-08-131-4/+8
* started to modernise TMS5110 [smf] smf-2013-05-161-2/+6
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-2/+5
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* Modernization of drivers part 2 (no whatsnew) Miodrag Milanovic2013-02-051-5/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-13/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-1/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+5
* Fix most reported errors. Aaron Giles2012-04-161-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+13
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* MAME going modern part 6 (no whatsnew) Miodrag Milanovic2012-04-051-13/+10
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+6
* allow others to access cvs stars hardware Michaël Banaan Ananas2012-03-261-1/+3
* give quasar driver separate include Michaël Banaan Ananas2012-03-231-20/+0
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+35
* BIG update. Aaron Giles2011-03-291-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-4/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+7
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4