?? constvar.h
字號(hào):
/* 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__ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -