added waitvblank and fixed get_tv

This commit is contained in:
mrdudz
2015-07-15 19:46:26 +02:00
parent c3d45e4c47
commit 1414411bba
5 changed files with 39 additions and 9 deletions

View File

@@ -83,8 +83,8 @@ extern void pce_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */
void waitvblank (void);
/* Wait for the vertical blanking */
/* FIXME: not implemented */
unsigned char get_tv (void);
/* all PCE are NTSC */
#define get_tv() TV_NTSC
/* Return the video mode the machine is using. */