summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/digfx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix copy/paste mistake in validate error text (nw) Alex W. Jackson2014-05-111-1/+1
* digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory ... Alex W. Jackson2014-05-111-30/+33
* added asserts in device_gfx_interface::decode_gfx() to detect stack-buffer-ov... Oliver Stöneberg2014-05-101-0/+2
* fixed stack-buffer-overflow in device_gfx_interface::decode_gfx() with extend... Oliver Stöneberg2014-05-091-8/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-7/+7
* This should be safe now... (nw) Alex W. Jackson2014-04-141-3/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Use owner()->subdevice instead of siblingdevice() like devcb2 does (nw) Alex W. Jackson2014-04-061-2/+2
* Disable this for now, it causes regressions and I'm not sure it's actually us... Alex W. Jackson2014-04-051-2/+2
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-0/+380