--- hatari/src/includes/vdi.h 2019/04/09 08:53:20 1.1.1.10 +++ hatari/src/includes/vdi.h 2019/04/09 08:55:46 1.1.1.11 @@ -46,10 +46,9 @@ extern bool bUseVDIRes, bVdiAesIntercept extern int VDIWidth,VDIHeight; extern int VDIRes,VDIPlanes; -extern int VDI_Limit(int value, int align, int min, int max); extern void VDI_SetResolution(int GEMColor, int WidthRequest, int HeightRequest); -extern void AES_Info(Uint32 bShowOpcodes); -extern void VDI_Info(Uint32 bShowOpcodes); +extern void AES_Info(FILE *fp, Uint32 bShowOpcodes); +extern void VDI_Info(FILE *fp, Uint32 bShowOpcodes); extern bool VDI_AES_Entry(void); extern void VDI_LineA(Uint32 LineABase, Uint32 FontBase); extern void VDI_Complete(void);