--- margi2/l64014.h 2000/12/03 22:41:06 1.1 +++ margi2/l64014.h 2001/03/06 23:39:26 1.2 @@ -119,6 +119,16 @@ #define AFS1 0x02 #define AFS0 0x01 +#define ZVCLK13 0x04 +#define ZVCLKINV 0x08 +#define ZV16BIT 0x10 +#define ZVVREF_INVERT 0x08 +#define ZVHREF_INVERT 0x10 +#define HSYNC_INVERT 0x20 +#define ZV_OVERRIDE 0x40 +#define ZV_ENABLE 0x80 + + #define IRQ_EN 0x04 #define IRQ_MSK 0x08 #define IRQ_POL 0x10 @@ -132,10 +142,10 @@ #define VMS_PAL 0x02 #define VMS_PAL24 0x03 -#define AUDIO_PAUSE 0 -#define AUDIO_PLAY 1 -#define AUDIO_FAST 2 -#define AUDIO_SLOW 3 +#define MAUDIO_PAUSE 0 +#define MAUDIO_PLAY 1 +#define MAUDIO_FAST 2 +#define MAUDIO_SLOW 3 #define RegisterReadByte(card,where) read_indexed_register(&(card->link),(where))