TV_OTHER and availability for more platforms
git-svn-id: svn://svn.cc65.org/cc65/trunk@3255 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
c2f003449d
commit
9043e10165
1 changed files with 9 additions and 12 deletions
|
@ -6,10 +6,10 @@
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 1998-2002 Ullrich von Bassewitz */
|
/* (C) 1998-2004 Ullrich von Bassewitz */
|
||||||
/* Wacholderweg 14 */
|
/* Römerstrasse 52 */
|
||||||
/* D-70597 Stuttgart */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@musoftware.de */
|
/* EMail: uz@cc65.org */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* This software is provided 'as-is', without any expressed or implied */
|
/* This software is provided 'as-is', without any expressed or implied */
|
||||||
|
@ -146,15 +146,12 @@ struct cbm_dirent {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(__C16__) || defined(__C64__) || defined(__C128__) || defined(__PLUS4__)
|
|
||||||
|
|
||||||
#define TV_NTSC 0
|
#define TV_NTSC 0
|
||||||
#define TV_PAL 1
|
#define TV_PAL 1
|
||||||
|
#define TV_OTHER 2
|
||||||
|
|
||||||
unsigned char __fastcall__ get_tv (void);
|
unsigned char __fastcall__ get_tv (void);
|
||||||
/* Return the video mode the machine is using */
|
/* Return the video mode the machine is using. */
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue