convert image to HGR when enabling IMAGE_MODE_HGR

This commit is contained in:
Thomas Bernard
2018-12-05 12:23:28 +01:00
committed by Adrien Destugues
parent 6ccf61361a
commit 40e022525b
3 changed files with 94 additions and 1 deletions

View File

@@ -3568,7 +3568,9 @@ static void Pixel_in_screen_overlay_with_opt_preview(word x,word y,byte color,in
}
/// generate color pixels in layer 2 from the monochrome layer 1
static void Update_color_hgr_pixel(word x, word y, int preview)
///
/// For Apple II HGR mode ::IMAGE_MODE_HGR
void Update_color_hgr_pixel(word x, word y, int preview)
{
byte b2, b1, b0, pal;