summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053246_k053247_k055673.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-12/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+6
* piratesh: fix to pass POST, which earns it working with imperfect gfx [R. Bel... arbee2017-04-011-0/+1
* New games added as GAME_NOT_WORKING: arbee2017-04-011-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-24/+11
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* resolved lot more (nw) Miodrag Milanovic2015-05-201-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* k053246: fix 8bpp ROM readback; remove some obsolete trampoline and debug han... Alex W. Jackson2014-07-301-17/+10
* tasman.c: Remove extraneous K053246/7 device and use correct gfx layout for K... Alex W. Jackson2014-07-291-1/+0
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* k053246/k055673: updated to use delegates and inline configs. nw. Fabio Priuli2014-06-261-40/+31
* removed completely konami_deinterleave_gfx usage, now that it is redundant. nw. Fabio Priuli2014-06-251-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-8/+8
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-13/+21
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+12
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-4/+4
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-4/+4
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-3/+5
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-18/+16
* further consolidation of codepaths (nw) David Haywood2013-07-171-139/+75
* unify some bits of the gx/non-gx sprite implementations. David Haywood2013-07-161-20/+375
* make code more similar, improve some variable names etc. (nw) David Haywood2013-07-161-3/+33
* make functions more similar for easier comparison / reduction (nw) David Haywood2013-07-161-0/+8
* these don't need to be passed around either (nw) David Haywood2013-07-161-1/+1
* move more bits (nw) David Haywood2013-07-161-1/+1
* move a few bits more (nw) David Haywood2013-07-151-1/+1
* konami cleanup (nw) David Haywood2013-07-151-3/+8
* move some sprite code around... (nw) David Haywood2013-07-151-0/+17
* remove duplicate code (nw) David Haywood2013-07-141-20/+2
* more konami collapse (nw) David Haywood2013-07-131-35/+28
* more konami reworking (nw) David Haywood2013-07-131-70/+90
* better splitting of the 4x device. (nw) David Haywood2013-07-111-0/+172