Apple II DHGR mode support

This commit is contained in:
Thomas Bernard
2018-12-06 11:23:46 +01:00
committed by Adrien Destugues
parent 40e022525b
commit 1bdec2949b
3 changed files with 171 additions and 4 deletions

View File

@@ -154,5 +154,6 @@ extern Func_pixel_opt_preview Pixel_in_current_screen_with_opt_preview;
void Update_pixel_renderer(void);
void Update_color_hgr_pixel(word x, word y, int preview);
void Update_color_dhgr_pixel(word x, word y, int preview);
#endif