summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
Commit message (Expand)AuthorAgeFilesLines
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* -screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Ho... mooglyguy2018-11-171-0/+2
* luaengine: Added pixel(x,y) function. [Ryan Holtz] mooglyguy2018-11-041-0/+5
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* screen.h: Fix have_screen_update(), which was broken and returned false under... AJR2018-08-221-1/+1
* divideo: Fetch screen to be potentially configured during device_config_compl... AJR2018-08-211-1/+1
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-2/+2
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-2/+10
* stupid helper (nw) Vas Crabb2018-07-081-1/+1
* devcb3 Vas Crabb2018-07-071-4/+4
* 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