mame/scripts/src
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
..
mame Added ability to use ASIO in all core MAME parts (nw) 2016-11-07 10:47:27 +01:00
osd Remove emu.h from headers (nw) 2017-02-11 18:31:20 +01:00
3rdparty.lua well issue is on any gcc 5.x (nw) 2017-03-30 08:50:24 +02:00
benchmarks.lua srcclean (nw) 2016-09-26 04:51:59 +10:00
bus.lua electron: Added First Byte joystick interface 2017-03-23 20:47:26 +00:00
cpu.lua Cherry-pick some features from self-registering drivers PoC: 2017-02-16 12:20:35 +11:00
devices.lua Make sure netlist includes are not found directly on include path. 2017-02-10 21:52:09 +01:00
emu.lua New device interface for palettes 2017-04-06 11:30:40 +10:00
formats.lua archimedes: Added JFD floppy format as used by JASPP (Archimedes Software Preservation Project) 2017-03-23 20:47:26 +00:00
lib.lua Fixed building using system utf8proc 2017-01-26 09:28:21 +11:00
machine.lua fix compile (nw) 2017-03-15 16:57:45 +01:00
main.lua Update build scripts, BX is now static library (nw) 2017-02-05 14:15:25 +01:00
netlist.lua srcclean (nw) 2017-02-19 11:40:55 +11:00
sound.lua Self-registering devices prep: 2017-02-27 22:57:14 +11:00
tests.lua srcclean (nw) 2017-02-19 11:40:55 +11:00
tools.lua srcclean (nw) 2017-02-19 11:40:55 +11:00
video.lua hp_ipc: de-skeletonize. 2017-03-16 22:26:49 +03:00