aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/display_a2.cpp
AgeCommit message (Collapse)Author
2019-09-19ADL: Support using any pixel format for the displayCameron Cawley
2019-08-12ADL: Fix compilation for openpandoraWalter van Niftrik
2019-08-12ADL: Improve color accuracyWalter van Niftrik
This adds two new display modes to replace the old one. One is a 16-color mode and the other does TV "emulation" based on code in AppleWin. Both of these modes should deliver more accurate colors, including NTSC artifact colors.
2019-08-11ADL: Refactor Display classWalter van Niftrik
2019-07-16ADL: Silence MSVC warningsWalter van Niftrik
2019-07-16ADL: Remove APPLECHAR macroWalter van Niftrik
2019-07-16ADL: Refactor graphics codeWalter van Niftrik