summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cave.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-0/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-2/+2
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-87/+93
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-18/+18
* cave graphics fix (nw) Olivier Galibert2018-02-241-0/+1
* cave: fix the fifo (nw) Olivier Galibert2018-02-241-0/+1
* cave : Cleanup duplicates, Notes (#3225) cam9002018-02-231-50/+43
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+32
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+20
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-21/+32
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* a few more timer_set removals (nw) Ivan Vangelista2017-04-191-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-31/+31
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-18/+18
* new clones David Haywood2016-08-121-0/+2
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-1/+0
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-1/+7
* 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
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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
* Remove still more sound irq trampolines (nw) Alex W. Jackson2015-01-281-2/+0
* Moved misc functions into driver classes and small cleanups(nw) Ivan Vangelista2014-09-291-4/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* 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-1/+3
* New games added or promoted from NOT_WORKING status Luca Elia2013-08-221-28/+58
* Cave cleanup Aaron Giles2013-08-061-2/+18
* cave.c: cosmetic cleanup, give banks meaningful names and remove some stone a... Alex W. Jackson2013-08-051-11/+4
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-0/+1
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+3
* Modernized nmk112 device. [Osso] Alex W. Jackson2013-06-071-0/+3
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* 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-2/+4
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+0
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-021-0/+1
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-2/+2
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-10/+10