summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
ModeNameSize
-rw-r--r--3rdparty.lua92170logstatsplainblame
-rw-r--r--benchmarks.lua1847logstatsplainblame
-rw-r--r--bus.lua174502logstatsplainblame
-rw-r--r--cpu.lua135928logstatsplainblame
-rw-r--r--devices.lua2083logstatsplainblame
-rw-r--r--emu.lua11362logstatsplainblame
-rw-r--r--formats.lua56884logstatsplainblame
-rw-r--r--lib.lua4259logstatsplainblame
-rw-r--r--machine.lua124794logstatsplainblame
-rw-r--r--main.lua13796logstatsplainblame
d---------mame40logstatsplain
-rw-r--r--netlist.lua9952logstatsplainblame
d---------osd343logstatsplain
-rw-r--r--sound.lua42124logstatsplainblame
-rw-r--r--tests.lua1996logstatsplainblame
-rw-r--r--tools.lua16027logstatsplainblame
-rw-r--r--video.lua35856logstatsplainblame
5205: Removed MCFG macros, nw mooglyguy2019-01-041-20/+20 * ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-7/+7 * -i8255: Removed MCFG, nw mooglyguy2018-09-031-11/+11 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-2/+5 * Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-4/+4 * more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-5/+6 * 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-5/+5 * diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1 * 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-5/+5 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16 * Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2 * Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-23/+23 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+20 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2 * Checkpoint... (nw) Olivier Galibert2018-01-031-2/+2 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5 * Self-registering devices prep: