summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* aa310: Fix catastrophic configuration error and add assert to catch similar f... AJR2019-09-201-0/+1
* -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] MooglyGuy2019-07-101-2/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-55/+12
* cking_master, cxg_ch2001: move from chessbase to screenless (nw) hap2019-06-121-1/+1
* screen: default svg region (nw) hap2019-06-121-7/+1
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-3/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+14
* screen: add set_visarea_full plus some random examples (nw) hap2019-03-071-0/+1
* (nw) sorry, take 2 Ivan Vangelista2019-02-251-7/+6
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-7/+6
* 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