summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs009.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1085/+0
* init vars for coverity (drivers/i) Robbbert2022-03-251-7/+7
* 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
* igs009.cpp: make use of arrays and templates (nw) Ivan Vangelista2020-05-291-180/+76
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-18/+18
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-6/+6
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-9/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-10/+10
* Add internal clock divider for Z180 family and adjust CPU clocks in many driv... AJR2019-10-021-1/+1
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-301-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-24/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+24
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-051-21/+20
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-2/+2
* Mark empty PLD dumps from protected devices as NO_DUMP (nw) (#4407) ClawGrip2018-12-281-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-4/+3
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-9/+9
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-6/+9
* 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-19/+19
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-10/+10
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-48/+56
* 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-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* 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-11/+11
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-5/+5
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+51
* (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-3/+6
* 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-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+4
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* Redumped graphics rom for Grand Prix '98 (V100K) [Guru] Luca Elia2016-09-251-5/+5
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-10/+10
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-6/+6