⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 constvar.h

📁 一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.
💻 H
字号:
/* Copyright 1996, ESS Technology, Inc.					*//* SCCSID @(#)constvar.h	1.18 7/13/98 *//* * $Log$ */#ifndef __CONSTVAR_H__#define __CONSTVAR_H__#include "common.h"#ifndef PLAYONLYGBLDEF(unsigned int x00999999, 0x00999999); 	/* Max. CD time.	*/GBLDEF(unsigned int x00ffff00, 0x00ffff00);	/* CD time (MMSS00)	*/GBLDEF(unsigned int xdeadface, 0xdeadface);GBLDEF(unsigned int xff000000, 0xff000000);	/* CD track info's mask	*/#endifGBLDEF(unsigned int x00ffffff, 0x00ffffff);	/* SYNC			*/GBLDEF(unsigned int x14000003, 0x14000003);	/* DSC communication	*/#ifdef NEW_EMULATOR/* Using A2, A3 and CS1 (no size limit) */GBLDEF(unsigned int x1400001b, 0x1400001b);	/* Host data  (emulator)*/GBLDEF(unsigned int x1400001f, 0x1400001f);	/* Host status(emulator)*/#else/* Using A2 and A17 (128K only) */GBLDEF(unsigned int x1c000000, 0x1c000000);	/* Host data  (emulator)*/GBLDEF(unsigned int x1c000004, 0x1c000004);	/* Host status(emulator)*/#endifGBLDEF(unsigned int x1c060000, 0x1c060000);	/* Random B3 addr (90ns)*/GBLDEF(unsigned int x18000000, 0x18000000);	/* Bank 2		*/GBLDEF(unsigned int x80000000, 0x80000000);#ifdef SERVO2545GBLDEF(unsigned int x38148e, 0x38148e);GBLDEF(unsigned int xe80000, 0xe80000);GBLDEF(unsigned int xe00000, 0xe00000);GBLDEF(unsigned int xea0000, 0xea0000);GBLDEF(unsigned int xe60000, 0xe60000);#endif#endif /* __CONSTVAR_H__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -