| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -5/+5 |
* | mc6847: s68047 has different colors from mc6847, and graphics mode 5 has a di... |  hap | 2024-01-30 | 1 | -56/+36 |
* | video/mc6847.cpp: Fixed synchronization on Dragon (PAL) machines. (#11743) |  dave-br | 2023-12-23 | 1 | -6/+17 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -8/+8 |
* | mc6847: revise font (#10115) |  tim lindner | 2022-07-23 | 1 | -4/+2 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -14/+4 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -3/+3 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -10/+1 |
* | Fixing MC6847 to be responsive to live changes of artifacting config |  npwoods | 2019-07-08 | 1 | -1/+1 |
* | Full support of PAL color blend. |  robcfg | 2019-05-05 | 1 | -42/+27 |
* | Modified palette with colors taken from real composite video captures. |  robcfg | 2019-05-05 | 1 | -3/+10 |
* | Working blend based on the colors luma values. |  robcfg | 2019-05-04 | 1 | -3/+15 |
* | Working PAL color blend emulation. Next step is only perfom blend based on th... |  robcfg | 2019-05-02 | 1 | -0/+30 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -54/+17 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -17/+54 |
* | mc6847: Tidying up (nw) |  AJR | 2019-01-19 | 1 | -3/+0 |
* | mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) |  AJR | 2019-01-19 | 1 | -51/+17 |
* | fix palette regressions in elfin, fmaniac3, inufuku, jumpjump, kdynastg, xile... |  Vas Crabb | 2018-12-31 | 1 | -1/+2 |
* | spkrdev: Removed MCFG macros, nw |  mooglyguy | 2018-12-25 | 1 | -0/+11 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+6 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | de-staticify initializations for src/devices/video (#3270) |  wilbertpol | 2018-02-25 | 1 | -12/+12 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | The great CoCo/Dragon clock correction (nw) |  AJR | 2017-12-30 | 1 | -1/+2 |
* | [MC6847] Fixed the "Semigraphics 6" mode on the CoCo/MC-10 |  Nathan Woods | 2017-07-17 | 1 | -0/+2 |
* | Make machine().describe_context() a const function returning a std::string (nw) |  AJR | 2017-07-13 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -60/+51 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+4 |
* | clean up tabulation, fix some things (nw) |  Vas Crabb | 2016-11-25 | 1 | -1/+1 |
* | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -92/+92 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -10/+10 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -10/+10 |
* | devices/video/mc6847.h: fixed MT06124 (nw) |  Ivan Vangelista | 2016-01-07 | 1 | -2/+2 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -3/+0 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |
* | override part 3 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -10/+10 |
* | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+706 |