summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cinemat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cinemat: further cleanup/separation - no longer needs a selector member or st... Vas Crabb2018-05-181-49/+90
* cinemat: split out stuff unique to demon and qb3, use virtual methods a bit m... Vas Crabb2018-05-171-28/+66
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* -output: Removed remaining legacy output accesors from cinemat, and removed t... mooglyguy2018-04-071-0/+10
* -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-041-0/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+10
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-17/+37
* qb3: Fix sound (MT #6682) AJR2017-09-141-1/+1
* qb3: Reinstate old banking handler; hard to tell what's going on without sche... AJR2017-07-281-1/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-39/+67
* Self-registering devices prep: Vas Crabb2017-02-271-9/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-4/+4
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2
* cinemat.c: moved audio functions to the driver class (nw) Ivan Vangelista2014-08-281-5/+26
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* Device-ified vector.c. (nw) Ivan Vangelista2013-11-011-0/+3
* Removed SOUND_RESET legacy MACRO. (nw) Ivan Vangelista2013-10-291-5/+23
* Removed SOUND_START legacy MACRO. Added SOUND_START_MEMBER and SOUND_RESET_ME... Ivan Vangelista2013-10-271-0/+1
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+0
* ccpu.c: Modernized cpu core. (nw) Wilbert Pol2013-07-061-4/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) Miodrag Milanovic2012-09-281-0/+4
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+12
* use SOUND_START/RESET instead of MACHINE_START/RESET (no whatsnew) Miodrag Milanovic2012-09-121-5/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-1/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-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-25/+25
* BIG update. Aaron Giles2011-03-291-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-0/+1
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-0/+33