constvar.h
来自「一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.」· C头文件 代码 · 共 47 行
H
47 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?