mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-26 00:31:44 +00:00
Fix interpolated color after recent upheaval
This commit is contained in:
parent
9f1ef968ac
commit
50d440df1b
@ -1046,7 +1046,7 @@ static void _plot_hires40_scanline(scan_data_t *scandata) {
|
||||
}
|
||||
}
|
||||
|
||||
if (color_mode == COLOR_MODE_BW) {
|
||||
if (color_mode == COLOR_MODE_INTERP) {
|
||||
uint8_t *interp_base = NULL;
|
||||
uint8_t *interp_altbase = NULL;
|
||||
if (is_even) {
|
||||
|
Loading…
Reference in New Issue
Block a user