summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/overdriv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-54/+58
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* 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-8/+8
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* a few more timer_set removals (nw) Ivan Vangelista2017-04-191-1/+3
* Self-registering devices prep: Vas Crabb2017-02-271-4/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* overdriv.cpp: fixed save state problem (nw) Ivan Vangelista2016-09-191-0/+1
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-5/+8
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-5/+1
* Cleanups and version bump Miodrag Milanovic2016-02-241-5/+5
* Note, nw angelosa2016-02-011-2/+2
* Better naming for master-to-slave-irq-assertion, nw angelosa2016-02-011-6/+10
* Moved sprite irq DMA into a timer callback, nw angelosa2016-02-011-6/+20
* Note about versions, nw angelosa2016-01-291-3/+3
* Raw guessing, nw angelosa2016-01-291-1/+1
* Fixed gearbox input, flipped around irqs for testing. angelosa2016-01-291-8/+20
* Seems to work fine like this, guess that crashing issue is caused by master i... angelosa2016-01-291-3/+3
* Added sound irq ack, removed hack (doesn't seem necessary) angelosa2016-01-291-4/+13
* overdriv.cpp: screen raw params. angelosa2016-01-291-4/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Minor note for over drive, nw angelosa2015-11-251-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+480