summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cinemat: further cleanup/separation - no longer needs a selector member or st... Vas Crabb2018-05-181-38/+34
* cinemat: split out stuff unique to demon and qb3, use virtual methods a bit m... Vas Crabb2018-05-171-13/+12
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-28/+28
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22
* -output: Removed remaining legacy output accesors from cinemat, and removed t... mooglyguy2018-04-071-6/+7
* -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-041-0/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-35/+43
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-37/+58
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-24/+24
* qb3: Fix sound (MT #6682) AJR2017-09-141-0/+2
* qb3: Reinstate old banking handler; hard to tell what's going on without sche... AJR2017-07-281-6/+8
* New 74LS259/9334/CD4099 devices AJR2017-07-251-19/+20
* general cleanup: Vas Crabb2017-05-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* Self-registering devices prep: Vas Crabb2017-02-271-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+1
* clang-modernize part 7 Miodrag Milanovic2015-12-041-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1490