diff --git a/scp.c b/scp.c index c4c92134..620e3635 100644 --- a/scp.c +++ b/scp.c @@ -2812,7 +2812,9 @@ if (flag) { fprintf (st, "\n\t\tMemory Access: %s Endian", sim_end ? "Little" : "Big"); fprintf (st, "\n\t\tMemory Pointer Size: %d bits", (int)sizeof(dptr)*8); fprintf (st, "\n\t\t%s", sim_toffset_64 ? "Large File (>2GB) support" : "No Large File support"); +#if defined (USE_SIM_VIDEO) fprintf (st, "\n\t\tSDL Video support: %s", vid_version()); +#endif fprintf (st, "\n\t\tOS clock tick size: %dms", os_tick_size); #if defined(__VMS) if (1) {