mame/scripts/src
Vas Crabb 42fbb9c396 Make osd_file a polymorphic class that's held with smart pointers
Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures
Make zip_file and _7z_file classes rather than having free functions everywhere
Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache
Don't dump as much crap in global namespace
Add solaris PTY implementation
Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax
Rearrange stuff so the same things are in file module for all OSDs
Move file stuff into its own module

7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access
Directory functions still need to be moved to file module
SDL OSD may not initialise WinSock on Windows
2016-03-14 18:55:00 +11:00
..
osd Make osd_file a polymorphic class that's held with smart pointers 2016-03-14 18:55:00 +11:00
3rdparty.lua Added ability to build using system libuv (1.8.0 or higher required) 2016-03-12 13:07:14 +01:00
benchmarks.lua Added Google Benchmark library (nw) 2016-01-29 11:47:40 +01:00
bus.lua newbrain: Dumped the COP internal ROM. [Chris Despinidis] 2016-03-02 20:54:32 +02:00
cpu.lua Make generic VTLB implementation a modern device interface (nw) 2016-02-07 01:42:58 -05:00
devices.lua Fixed arcade build and merged libbus with liboptional due to circular dependencies (nw) 2016-03-06 09:09:18 +01:00
emu.lua Fixed osdmini building for android and pnacl (nw) 2016-03-08 15:46:20 +01:00
lib.lua * Support *n conversion in stream_format/string_format 2016-03-01 06:52:36 +11:00
machine.lua pcxt: use pc motherboard device and banking (nw) 2016-03-05 15:02:29 -06:00
main.lua Fixed arcade build and merged libbus with liboptional due to circular dependencies (nw) 2016-03-06 09:09:18 +01:00
netlist.lua Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects. 2015-12-06 17:07:50 +01:00
sound.lua s14001a_new is now s14001a 2016-01-23 18:30:26 +01:00
tests.lua With latest package from MSYS of clang 3.8.0 build at least compile fine on windows (nw) 2016-03-11 15:00:29 +01:00
tools.lua Fix tools building on windows (nw) 2016-03-03 10:11:31 +01:00
video.lua Moved JANGOU_BLITTER into a device [Angelo Salese] 2016-02-08 21:37:04 +01:00