summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* make it possible to set screen update functions without macros without syntax... Vas Crabb2018-06-161-39/+40
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+8
* fixup, improve validation (nw) Vas Crabb2018-06-011-1/+1
* svis_snd cleanups, nw mooglyguy2018-06-011-4/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-1/+1
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-2/+0
* Address performance concerns with previous change to screen.h/.cpp, nw mooglyguy2018-03-111-0/+2
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-0/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-30/+51
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+1
* Various palette and screen improvements (nw) AJR2017-11-131-1/+1
* general cleanup: Vas Crabb2017-05-231-9/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+1
* New device interface for palettes AJR2017-04-061-5/+7
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-9/+4
* Self-registering devices. Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-9/+7
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-36/+36
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* * Doxyfy a significant chunk of devfind.h Vas Crabb2016-08-251-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-38/+38
* simple_list to vector in screen (nw) Miodrag Milanovic2016-06-191-11/+4
* Improved doxygen-style comments for some defs in screen.h, thumbs down for th... Angelo Salese2016-06-171-51/+106
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-2/+12
* Add support to adjust the screen color Dirk Best2016-03-121-0/+9
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+2
* Remove this==NULL comps, nw therealmogminer@gmail.com2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 5 Miodrag Milanovic2015-12-041-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-15/+17
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Some errors pointed by ReSharperC++ (nw) Miodrag Milanovic2015-11-071-2/+1
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+10
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* scanline partial updates checkpoint (nw) arbee2015-10-241-0/+1
* Revert "Make screen rotation to be per-screen attribute (nw)" Miodrag Milanovic2015-10-121-5/+0
* Make screen rotation to be per-screen attribute (nw) Miodrag Milanovic2015-10-091-0/+5
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-2/+2
* screen: add an adjustable global brightness Dirk Best2015-08-051-0/+5
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-5/+5
* Added a bunch of doxygen style comments in screen.h, regarding MCFG_SCREEN_* ... angelosa2015-07-071-0/+43
* Partially revert r30524 screen.c changes; bring back the separate timer for r... Alex W. Jackson2014-05-251-0/+2
* Amiga: Support PAL/NTSC switch for machines equipped with an ECS Agnus Dirk Best2014-05-181-2/+0
* removed few not anymore used legacy macros (nw) Miodrag Milanovic2014-04-301-5/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-5/+5