| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 1 | -9/+0 |
| |\ |
|
| | * | -ui: Made zoom controls a bit more intuitive. |  Vas Crabb | 2021-09-06 | 1 | -9/+0 |
| * | | Use callback timers for everything. |  Aaron Giles | 2021-08-19 | 1 | -10/+4 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-06-04 | 1 | -1/+1 |
| |\| |
|
| | * | capcom: Adjust the common screen timings on old capcom games [O. Galibert, Jo... |  Olivier Galibert | 2021-05-17 | 1 | -1/+1 |
| * | | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... |  Aaron Giles | 2021-04-02 | 1 | -16/+17 |
| * | | Change the way timers are saved. Use presave to populate a fixed array of dat... |  Aaron Giles | 2021-03-29 | 1 | -2/+2 |
| * | | Added stricter checks on allocation of device timers. Fixed several places th... |  Aaron Giles | 2021-03-27 | 1 | -2/+0 |
| * | | Small cleanups. Properly differentiate persistent_timer::init for device time... |  Aaron Giles | 2021-03-26 | 1 | -5/+5 |
| * | | Major timer object reshuffling. timer_expired_delegate wraps the various call... |  Aaron Giles | 2021-03-26 | 1 | -1/+1 |
| * | | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... |  Aaron Giles | 2021-03-24 | 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 |