summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/src/examples/cpp11/operations/composed_4.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/src/examples/cpp11/operations/composed_4.cpp')
0 files changed, 0 insertions, 0 deletions
an>1-24/+24 * mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-081-21/+21 * some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1 * emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1 * Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2 * mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-3/+3 * ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4 * 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-4/+4 * 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-11/+11 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-45/+49 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4 * API Change: Machine configs are now a method of the owner class, and the prot...