--- hatari/src/includes/vdi.h 2019/04/09 08:49:36 1.1.1.7 +++ hatari/src/includes/vdi.h 2019/04/09 08:52:08 1.1.1.9 @@ -10,11 +10,11 @@ #define MAX_VDI_PLANES 4 /* TOS needs width to be aligned to 128/planes and height to VDI text - * height (16 in 1-plane mode, 8 otherwise). Use TT hi-res as max - * (max size affects memory usage). + * height (16 in 1-plane mode, 8 otherwise). Use WUXGA resolution + * as max (higher than Full HD and considerably larger than TT high). */ -#define MAX_VDI_WIDTH 1280 -#define MAX_VDI_HEIGHT 960 +#define MAX_VDI_WIDTH 1920 +#define MAX_VDI_HEIGHT 1200 /* next in-all-bitdepths aligned size up from smallest ST res. */ #define MIN_VDI_WIDTH 384 #define MIN_VDI_HEIGHT 208 @@ -39,5 +39,6 @@ extern void VDI_Info(Uint32 bShowOpcodes extern bool VDI_AES_Entry(void); extern void VDI_LineA(Uint32 LineABase, Uint32 FontBase); extern void VDI_Complete(void); +extern void VDI_Reset(void); #endif /* HATARI_VDI_H */