--- hatari/src/includes/blitter.h 2019/04/01 07:15:33 1.1.1.6 +++ hatari/src/includes/blitter.h 2019/04/09 08:55:46 1.1.1.8 @@ -1,8 +1,8 @@ /* Hatari - blitter.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. Blitter emulation. */ @@ -76,5 +76,6 @@ extern void Blitter_Skew_WriteByte(void) extern void Blitter_MemorySnapShot_Capture(bool bSave); extern void Blitter_InterruptHandler(void); +extern void Blitter_Info(FILE *fp, Uint32 arg); #endif /* BLITTER_H */