mame/scripts
Brad Hughes 1a844a49c5 Refactor OSD window.
Unified renderer in osd_window as std::unique_ptr
Made windows all std::shared_ptr<window_type>
Made window lists std::list<std::shared_ptr<window_type>>
Updated OSD SDL worker_param to not use malloc (not compatible with smart
pointers)
Made renderer pointer to window a weak reference. May not be available
during destruction of the window.
2016-04-21 11:10:03 -04:00
..
build Refactor OSD window. 2016-04-21 11:10:03 -04:00
font Fixed issue with internal font (nw) 2016-03-20 09:31:04 +01:00
resources moved windows resources (nw) 2016-04-03 17:19:41 +02:00
src neogeo.cpp: more accurate implementation of contollers 2016-04-21 09:29:33 +02:00
target Added generic latch to replace soundlatch in driver_device (nw) 2016-04-18 14:08:54 +02:00
extlib.lua scrclean on lua scripts (nw) 2016-03-29 08:49:47 +02:00
genie.lua Always rebuild version.cpp when there is git version change (nw) 2016-04-16 17:18:17 +02:00
toolchain.lua scrclean on lua scripts (nw) 2016-03-29 08:49:47 +02:00