📄 constvar.h
字号:
/* Copyright 1996, ESS Technology, Inc. *//* SCCSID @(#)constvar.h 1.15 12/8/97 *//* * $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 xffffff00, 0xffffff00);#if 0GBLDEF(unsigned int x0fffffff, 0x0fffffff); /* Timer mask */GBLDEF(unsigned int x40000000, 0x40000000);#endifGBLDEF(unsigned int x14000003, 0x14000003); /* DSC communication */#ifdef NEW_EMULATOR/* Using A2, A3 and CS1 (no size limit) */GBLDEF(unsigned int x14000018, 0x14000018); /* Host data (emulator)*/GBLDEF(unsigned int x1400001c, 0x1400001c); /* 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);#endif /* __CONSTVAR_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -