Improved tv timing detection for the c64.

This commit is contained in:
Marco van den Heuvel
2018-03-08 16:06:33 -08:00
parent 7e6942953c
commit 22d4b0d497
3 changed files with 46 additions and 3 deletions

View File

@@ -150,7 +150,9 @@ struct cbm_dirent {
#define TV_NTSC 0
#define TV_PAL 1
#define TV_OTHER 2
#define TV_NTSC_OLD 2
#define TV_PAL_N 3
#define TV_OTHER 4
unsigned char get_tv (void);
/* Return the video mode the machine is using. */