summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/luaengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/luaengine.cpp')
0 files changed, 0 insertions, 0 deletions
'>Lines * drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-3/+3 * (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+20 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-20/+20 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros from the rest of th... Ivan Vangelista2019-02-221-20/+20 * Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3 * ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1 * silkroad.cpp : Cleanup duplicates, ACCESSING_BITS, Reduce unused (#3713) cam9002018-07-031-49/+41 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6 * 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-2/+2 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2 * (nw) misc follow-up Vas Crabb2018-05-061-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3 * Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-17/+18 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * silkroad.cpp: base oki clocks on OSC values. (nw)