📄 m16cmv.h
字号:
/***************************************Verified 2002/12/29*************************************/
/*****************************************/
#if CONFIG==CONFIG_COMBO_SVCD
#define SDRAM_BASE_CACHED 0x88000000
#define SDRAM_BASE_UNCACHED 0xa8000000
#else
#define SDRAM_BASE_CACHED 0x40000000
#define SDRAM_BASE_UNCACHED 0xa0000000
#endif
/*****************************************/
#ifdef TESTCHIP
#define SDRAM_BASE SDRAM_BASE_UNCACHED
#else
#define SDRAM_BASE SDRAM_BASE_CACHED
#endif
//#define SECT_CACHE_START ((cd_type_loaded==CDROM) ? 1970 : 2030) //JJDing
#ifdef SUPPORT_STORE_PSD_TBL
#ifdef SUPPORT_ESP
#define VCD_CACHE_START (1704) //MEM_CDMOVE_VCD_CDYA_DEF
#else
#define VCD_CACHE_START (640)
#endif
#else
#define VCD_CACHE_START (2033)
#endif
#define CDROM_CACHE_START (1955)
#define SECT_INFO (2037)
#define SECT_ENTRIES (2039)
#define DISC_INFO_Y (2041)
#define PIC_INFO_Y (2041)
#define PIC_INFO_X (512)
#define DMARAM_BUF_Y (2042)
#define QUANT_BUF_Y (2043)
#ifdef SUPPORT_STORE_PSD_TBL
#define PSD_SECT 3//jhuang SONY NAV 2003/3/4 10:20
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -