1
0
mirror of https://github.com/dingusdev/dingusppc.git synced 2025-01-13 03:30:31 +00:00

videoctrl: add pixel_depth member.

This commit is contained in:
Maxim Poliakovski 2022-04-13 23:14:37 +02:00
parent bd24b644c9
commit cd7624feb5
2 changed files with 1 additions and 1 deletions

@ -69,7 +69,6 @@ protected:
private:
uint8_t video_mode;
uint8_t pixel_depth;
uint8_t blanking;
uint8_t vdac_mode;
uint8_t clut_index;

@ -45,6 +45,7 @@ protected:
bool crtc_on = false;
int active_width; // width of the visible display area
int active_height; // height of the visible display area
int pixel_depth;
float pixel_clock;
float refresh_rate;