| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Address performance concerns with previous change to screen.h/.cpp, nw |  mooglyguy | 2018-03-11 | 1 | -0/+2 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -0/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -30/+51 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -0/+1 |
| * | Various palette and screen improvements (nw) |  AJR | 2017-11-13 | 1 | -1/+1 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -9/+3 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -4/+1 |
| * | New device interface for palettes |  AJR | 2017-04-06 | 1 | -5/+7 |
| * | Convert screen_device VBLANK callback to devcb_write_line |  AJR | 2017-03-10 | 1 | -9/+4 |