nk rel='stylesheet' type='text/css' href='/cgit.css'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/parodius.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-495/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* ajax.cpp, parodius.cpp: finders and other minor cleanups Ivan Vangelista2022-04-071-88/+214
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* drivers starting with p and q: removed read* and write* macros (nw) Ivan Vangelista2020-06-131-4/+4
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* k052109: Use callback to generate IRQ for most drivers (nw) AJR2019-08-301-7/+2
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+1
* -mb88xx, m6809, konami: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-24/+23
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-8/+7
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-13/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* 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-6/+6
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-37/+41
* 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-2/+2
* 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
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-4/+4
* Merge pull request #2507 from jackrjli/parodius R. Belmont2017-07-221-1/+1
|\
| * Fixed default dipswitch settings for Parodius Jack Li2017-05-061-1/+1
* | Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
|/
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* Change back k053260 changes partially, nw therealmogminer@gmail.com2016-08-181-5/+0
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-0/+4
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Make watchdog timer a separate device AJR2016-04-301-2/+4
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-2/+2