summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.h
Commit message (Expand)AuthorAgeFilesLines
* screen: remember last partial updates reset time because of scheduler time tr... hap2025-02-241-3/+4
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+4
* screen.h: set_clock(x) instead of m_clock=x hap2022-04-091-1/+1
* Spectrum graphics improvements (continuation of #9218). (#9355) holub2022-03-201-0/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Render-related cleanup AJR2021-12-301-10/+2
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-9/+0
* capcom: Adjust the common screen timings on old capcom games [O. Galibert, Jo... Olivier Galibert2021-05-171-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* misc comments: very unimportant corrections hap2020-11-121-1/+1
* screen/update_now(): fix overwriting last pixel of previous update, fix rende... hap2020-08-081-0/+1
* screen: add getter for pixeltime hap2020-08-071-0/+1
* emu: correct some file headers (nw) hap2020-06-191-0/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-2/+2
* -screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw MooglyGuy2019-11-031-0/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-23/+17
* srcclean (nw) Vas Crabb2019-10-261-2/+2
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-251-11/+9
* -screen: Added support for screens that vary horizontal width mid-frame, and ... MooglyGuy2019-10-241-9/+21
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-5/+6
* (nw) misc stuff: Vas Crabb2019-10-091-74/+111
* 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