summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/sol2/examples/usertype.cpp
diff options
context:
space:
mode:
author Matthew Daniels <108370479+gm-matthew@users.noreply.github.com>2025-05-03 14:42:53 +0100
committer GitHub <noreply@github.com>2025-05-03 15:42:53 +0200
commit1e2537fd02a63859609f0df6bc85c4efa1538aa1 (patch)
tree4a3cc40cccfd4ce5e676f4411297d35fa776d18a /3rdparty/sol2/examples/usertype.cpp
parentcd193adae36c6055c1b0f83b2e74672523c06d1c (diff)
model2: prevent infinite loop in geo_parse() (#13659)
MAME no longer hangs when exiting Sonic the Fighters service menu
Diffstat (limited to '3rdparty/sol2/examples/usertype.cpp')
0 files changed, 0 insertions, 0 deletions
babd0'>ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-9/+9 * ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-7/+4 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10 * srcclean (nw) Vas Crabb2018-05-271-11/+11 * 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-27/+24 * 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-7/+7 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-32/+34 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1 * Self-registering devices prep: