summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/lostfound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/examples/lostfound.cpp')
0 files changed, 0 insertions, 0 deletions
cpp?id=5d7a51946b43d21fe07f86aca4cd7e686b465feb'>Various volume level adjustements to avoid hitting limiter. (#8553) David Haywood2021-09-241-7/+7 * ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2 * nb1412m2: make clock input same for all drivers hap2021-04-171-1/+1 * New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1 * New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1 * volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0 * drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-2/+2 * terracre.cpp: added dip locations, corrected ROM labels, added notes [Guru] Ivan Vangelista2020-04-081-167/+186 * gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-2/+2 * (nw) Clean up the mess on master Vas Crabb2019-03-261-46/+46 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-46/+46 * mame\drivers: removed MCFG and MACHINE_CONFIG macros from most drivers starti... Ivan Vangelista2019-02-191-40/+40 * volt_reg: set default m_output (nw) hap2019-02-191-1/+0 * misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-2/+2 * volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-3/+4 * src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3 * src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-1/+1 * gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1 * new clone added - Soldier Girl Amazon (Tecfri license) braintro2018-10-211-23/+63 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-18/+18 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * 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-1/+1 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-18/+18 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-2/+2 * galivan.cpp, terracre.cpp: rewritten NB1412M2 into a device [Angelo Salese] angelosa2018-04-211-141/+14 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-65/+71 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+6 * API change: Memory maps are now "last entry wins" [O. Galibert]