summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/path_to_regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+217
senjyo.cpp: fix background pixel layer width/enable long standing regression ... Angelo Salese2019-07-261-2/+0 * all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-1/+6 * (nw) Clean up the mess on master Vas Crabb2019-03-261-33/+30 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-30/+33 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros from the rest of th... Ivan Vangelista2019-02-221-24/+20 * volt_reg: set default m_output (nw) hap2019-02-191-1/+0 * misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1 * screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4 * sn76496.cpp : Remove unnecessary handler, Remove unnecessary arguments in ste... cam9002019-02-021-6/+6 * Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+3 * src/mame: more MCFG macros removal (nw) Ivan Vangelista2018-12-181-14/+16 * z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-4/+4 * z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4 * z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-3/+3 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-26/+26 * 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-12/+12 * 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-25/+25 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-84/+90 * (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-8/+8 * API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-10/+2 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4 * This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3 * New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1 * Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1 * senjyo.cpp: Compile fix - sloppy cut-n-paste (nw) briantro2017-05-141-124/+3 * senjyo.cpp: The Video Wave version of Mege Force is actually a US set (nw) briantro2017-05-141-9/+9 * New Mega Force clone added briantro2017-05-141-44/+203 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8 * Self-registering devices prep: Vas Crabb2017-02-271-0/+4 * DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-8/+10 * Fix various spelling fixes. Jordi Mallach2016-09-291-2/+2 * Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-4/+0 * Merge pull request #811 from ajrhacker/static_config Miodrag Milanović2016-04-151-1/+1 |\ | * Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1 * | improve some naming (nw) David Haywood2016-04-121-1/+1 * | weed out duplicates (nw) David Haywood2016-04-121-2/+2 * | segacrpt is also a device, again reduced some duplication (nw) David Haywood2016-04-121-57/+27 |/