mame/scripts
AJR 8fe18e9ecc New device interface for palettes
- Create device_palette_interface, which takes over most functionality from palette_device except for the initialization/decoding routines and RAM interface.
- Update screen_device and device_gfx_interface to use a device_palette_interface object rather than a palette_device. This necessitates slight alterations to a few drivers and devices.
- Modify v9938 and v9958 to use the new device_palette_interface rather than a subdevice. This entails breaking a cyclic dependency between device_video_interface and screen_device for this case.
2017-04-06 11:30:40 +10:00
..
build Cherry-pick some features from self-registering drivers PoC: 2017-02-16 12:20:35 +11:00
font coretmpl: add an associative LRU cache with map-like behaviour 2016-12-15 17:00:34 +11:00
resources UWP: Add temporary signing key for MSBUILD support (nw) 2016-12-13 13:47:19 -05:00
src New device interface for palettes 2017-04-06 11:30:40 +10:00
target New not working machine 2017-04-04 19:58:47 +02:00
extlib.lua Fixed building using system utf8proc 2017-01-26 09:28:21 +11:00
genie.lua detect if SOURCES file do not exist (nw) 2016-12-09 13:00:51 +01:00
toolchain.lua Added VS2017 support into project files (nw) 2016-11-16 21:00:29 +01:00