summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/opwolf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1241/+0
* More miscellaneous cleanup: Vas Crabb2021-08-301-37/+29
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* eolith, gameplan.cpp, jr100, lisa, model1, opwolf, pcw, peyper, pinball2k, po... Ivan Vangelista2020-11-041-9/+11
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+3
* driver starting with o: a very small bunch of macro removals (nw) Ivan Vangelista2020-05-301-14/+14
* further macro removal work (nw) Ivan Vangelista2020-05-181-4/+4
* Plug and Play work (#6568) David Haywood2020-04-191-2/+2
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-2/+2
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* pc090oj.cpp : Updates (#5196) cam9002019-06-101-88/+45
* pc090oj: Fix validation by (partially) adopting device_gfx_interface (nw) AJR2019-05-081-2/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-62/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-62/+62
* srcclean and cleanup (nw) Vas Crabb2019-01-271-8/+8
* -sound/msm5205: Removed MCFG macros, nw mooglyguy2019-01-041-62/+62
* 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