summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cave.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* nmk112.cpp : Remove MCFGs, Unnecessary arguments of CPU interface cam9002018-11-231-7/+8
* cave.cpp : Cleanups (#4020) cam9002018-11-221-652/+566
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-6/+6
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-10/+10
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-8/+8
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-13/+7
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-16/+16
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-3/+2
* eepromser: prevent ambiguity between clock and streaming enable (nw) Vas Crabb2018-06-101-3/+3
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-19/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-234/+234
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-30/+30
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-49/+33
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-54/+54
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-54/+54
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-28/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-91/+88
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-17/+21
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-15/+15
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-89/+89
* cave.cpp : Fix hotdogst Name/Distributor tags cam9002018-04-101-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-13/+13
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-475/+507
* cave graphics fix (nw) Olivier Galibert2018-02-241-2/+18
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* cave: fix the fifo (nw) Olivier Galibert2018-02-241-3/+7
* cave : Cleanup duplicates, Notes (#3225) cam9002018-02-231-406/+332
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-32/+32
* cave.cpp: fix memorymap ordering (nw) hap2018-02-031-18/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-36/+36
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-47/+47
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-47/+47
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-20/+20
* Do the easy ones (nw) Olivier Galibert2018-01-011-8/+8
* cave.cpp: Fix typo as pointed out by MASH (nw) briantro2017-12-251-1/+1
* new clone added - Pretty Soldier Sailor Moon (Ver. 95/03/21) briantro2017-12-241-8/+96
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* new working machine Ivan Vangelista2017-11-171-4/+85
* tekkenbs: change year to 1998 as printed on the cab (nw) Luca Elia2017-08-131-3/+3
* New working machines Luca Elia2017-08-131-27/+120
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-89/+89