commit a0b7c191834bb5ddb69468cb0893202be132352f parent a73d457f4ddb6422261344941f7bd76cc2ded097 Author: Olav Sørensen <olav.sorensen@live.no> Date: Mon, 11 Jul 2022 20:50:36 +0200 Update ft2_header.h Diffstat:
M | src/ft2_header.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ft2_header.h b/src/ft2_header.h @@ -12,11 +12,11 @@ #endif #include "ft2_replayer.h" -#define PROG_VER_STR "1.55" +#define PROG_VER_STR "1.56" // do NOT change these! It will only mess things up... -#define FT2_VBLANK_HZ 70.086302895323 /* nominal */ +#define FT2_VBLANK_HZ 70.086302895323 /* nominal, 640x400 @ 70Hz */ #define SCREEN_W 632 #define SCREEN_H 400