| Commit message (Expand) | Author | Age | Files | Lines |
* | screen: remember last partial updates reset time because of scheduler time tr... |  hap | 2025-02-24 | 1 | -3/+4 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -2/+2 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -12/+4 |
* | screen.h: set_clock(x) instead of m_clock=x |  hap | 2022-04-09 | 1 | -1/+1 |
* | Spectrum graphics improvements (continuation of #9218). (#9355) |  holub | 2022-03-20 | 1 | -0/+4 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Render-related cleanup |  AJR | 2021-12-30 | 1 | -10/+2 |
* | -ui: Made zoom controls a bit more intuitive. |  Vas Crabb | 2021-09-06 | 1 | -9/+0 |
* | capcom: Adjust the common screen timings on old capcom games [O. Galibert, Jo... |  Olivier Galibert | 2021-05-17 | 1 | -1/+1 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
* | misc comments: very unimportant corrections |  hap | 2020-11-12 | 1 | -1/+1 |
* | screen/update_now(): fix overwriting last pixel of previous update, fix rende... |  hap | 2020-08-08 | 1 | -0/+1 |
* | screen: add getter for pixeltime |  hap | 2020-08-07 | 1 | -0/+1 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -0/+1 |
* | UI input menu: treat codes containing a postive and negative of the same thin... |  Vas Crabb | 2019-11-21 | 1 | -2/+2 |
* | -screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw |  MooglyGuy | 2019-11-03 | 1 | -0/+2 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -23/+17 |
* | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -2/+2 |
* | (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... |  Vas Crabb | 2019-10-25 | 1 | -11/+9 |
* | -screen: Added support for screens that vary horizontal width mid-frame, and ... |  MooglyGuy | 2019-10-24 | 1 | -9/+21 |
* | (nw) clean up more stuff, mostly leftover from MCFG removal |  Vas Crabb | 2019-10-11 | 1 | -5/+6 |
* | (nw) misc stuff: |  Vas Crabb | 2019-10-09 | 1 | -74/+111 |
* | aa310: Fix catastrophic configuration error and add assert to catch similar f... |  AJR | 2019-09-20 | 1 | -0/+1 |
* | -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] |  MooglyGuy | 2019-07-10 | 1 | -2/+1 |
* | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -55/+12 |
* | cking_master, cxg_ch2001: move from chessbase to screenless (nw) |  hap | 2019-06-12 | 1 | -1/+1 |
* | screen: default svg region (nw) |  hap | 2019-06-12 | 1 | -7/+1 |
* | devcb: Eliminate legacy callback syntax (nw) |  AJR | 2019-06-06 | 1 | -3/+0 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -14/+13 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -13/+14 |
* | screen: add set_visarea_full plus some random examples (nw) |  hap | 2019-03-07 | 1 | -0/+1 |
* | (nw) sorry, take 2 |  Ivan Vangelista | 2019-02-25 | 1 | -7/+6 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -7/+6 |
* | srcclean and fixup (nw) |  Vas Crabb | 2018-11-25 | 1 | -1/+1 |
* | -screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Ho... |  mooglyguy | 2018-11-17 | 1 | -0/+2 |
* | luaengine: Added pixel(x,y) function. [Ryan Holtz] |  mooglyguy | 2018-11-04 | 1 | -0/+5 |
* | srcclean and manual fixup (nw) |  Vas Crabb | 2018-08-26 | 1 | -1/+1 |
* | screen.h: Fix have_screen_update(), which was broken and returned false under... |  AJR | 2018-08-22 | 1 | -1/+1 |
* | divideo: Fetch screen to be potentially configured during device_config_compl... |  AJR | 2018-08-21 | 1 | -1/+1 |
* | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 1 | -2/+2 |
* | Better support for screen orientation/geometry: |  Vas Crabb | 2018-07-26 | 1 | -2/+10 |
* | stupid helper (nw) |  Vas Crabb | 2018-07-08 | 1 | -1/+1 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+4 |
* | make it possible to set screen update functions without macros without syntax... |  Vas Crabb | 2018-06-16 | 1 | -39/+40 |
* | Removed nearly all custom MCFG macros from eepromser, migrated more of police... |  mooglyguy | 2018-06-07 | 1 | -2/+8 |
* | fixup, improve validation (nw) |  Vas Crabb | 2018-06-01 | 1 | -1/+1 |
* | svis_snd cleanups, nw |  mooglyguy | 2018-06-01 | 1 | -4/+3 |
* | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-03-25 | 1 | -1/+1 |
* | better handling for arbitrary numbers of screens (nw) |  Vas Crabb | 2018-03-12 | 1 | -2/+0 |