summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mc6847.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* mc6847: s68047 has different colors from mc6847, and graphics mode 5 has a di... hap2024-01-301-95/+133
* video/mc6847.cpp: Fix clang error: variable 'x' is used uninitialized wheneve... AJR2023-12-221-1/+1
* video/mc6847.cpp: Fixed synchronization on Dragon (PAL) machines. (#11743) dave-br2023-12-231-94/+178
* video/mc6847.cpp: Fix synchronization between MC6847 video display generator ... dave-br2023-10-201-43/+116
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-15/+12
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-25/+25
* mc6847: revise font (#10115) tim lindner2022-07-231-421/+205
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-42/+14
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+3
* Fixing MC6847 to be responsive to live changes of artifacting config npwoods2019-07-081-3/+16
* srcclean (nw) Vas Crabb2019-05-261-3/+3
* Full support of PAL color blend. robcfg2019-05-051-23/+31
* Modified palette with colors taken from real composite video captures. robcfg2019-05-051-16/+16
* Working blend based on the colors luma values. robcfg2019-05-041-0/+19
* Working PAL color blend emulation. Next step is only perfom blend based on th... robcfg2019-05-021-1/+12
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+4
* mc6847: Tidying up (nw) AJR2019-01-191-1/+3
* mc6847: Eliminate MCFG_ macros; modernize screen auto-configuration (nw) AJR2019-01-191-4/+27
* The great CoCo/Dragon clock correction (nw) AJR2017-12-301-7/+8
* srcclean (nw) Vas Crabb2017-07-231-2/+2
* Missed this MC6847T1 issue Nathan Woods2017-07-171-1/+1
* [MC6847] Fixed the "Semigraphics 6" mode on the CoCo/MC-10 Nathan Woods2017-07-171-9/+20
* Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-131-6/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-35/+35
* Self-registering devices prep: Vas Crabb2017-02-271-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-52/+52
* [MC6847] Fixed a bug from where video data was sampled that could cause too ... Nathan Woods2016-08-211-1/+7
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* reverting: Miodrag Milanovic2016-01-201-11/+11
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-3/+3
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-11/+11
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1890