aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/display_a2.h
AgeCommit message (Collapse)Author
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: Clean up usage of override specifierWalter van Niftrik
2019-07-16ADL: Refactor graphics codeWalter van Niftrik