summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/opwolf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+4
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-12/+12
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-6/+6
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-10/+10
* opwolf: set_input_gain on speaker device overrides the one set on sound route... hap2018-10-231-12/+12
* opwolf: added speaker volume control(global fade in/out at intermissions), ad... hap2018-09-181-18/+29
* opwolfb: use z80 to read inputs instead of directly mapping them Dirk Best2018-08-281-5/+3
* opwolf: Move cchip simulation out of driver, initial clean ups Dirk Best2018-08-271-310/+386
* actually properly disable opwolf protection simulation, fix coin counters (nw) DavidHaywood2018-08-271-5/+3
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-6/+6
* Operation Wolf bmcphail2018-08-221-37/+43
* witness the power of devcb3 to tear through boilerplate (in Taito C-Chip), al... Vas Crabb2018-07-141-1/+1
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-22/+22
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-25/+25
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* opwolf.cpp: Correct clock for c-chip (nw) braintro2018-03-181-1/+1
* opwolf.cpp: measured c-chip clock on working PCB [Guru] Ivan Vangelista2018-03-151-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-83/+91
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-4/+4
* Draw a nominal distinction between PC060HA and TC0140SYT AJR2017-10-111-14/+14
* never hurts to srcclean (nw) Vas Crabb2017-07-091-4/+4
* (nw) clean up names, kill off empty header file, put Type X stuff in Type X d... Vas Crabb2017-07-071-1/+1
* small note about what's wrong with the cchip eprom dump (nw) David Haywood2017-07-061-0/+25
* load Caps0ff c-chip dumps, checksum on MASK rom part passes, but game specifi... David Haywood2017-07-061-5/+5
* use DERIVED_CLOCK David Haywood2017-07-051-1/+1
* create c-chip device with correct CPU type in it and a bunch of notes (pinout... David Haywood2017-07-051-2/+21
* Ooops (nw) Scott Stone2017-06-251-2/+2
* New Clone Added Scott Stone2017-06-251-0/+21
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* more anonymous timers work (nw) Ivan Vangelista2017-04-131-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-4/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* opwolf.cpp: fix all the gameplay problems by improving the c-chip protection ... Vas Crabb2016-07-021-5/+10
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Merge pull request #780 from ajrhacker/subdevice_gfx Miodrag Milanović2016-04-031-2/+0
|\
| * Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-2/+0