📄 psd.c
字号:
/*
** FILE
** psd.c
**
** DESCRIPTION
** VCD 2.0 psd functionality.
**
*/
#include "config.h"
#include "global.h"
#include "macro.h"
#include "regmap.h"
#include "util.h"
#include "func.h"
#include "sio.h"
#include "epp.h"
#include "mon.h"
#include "dsa.h"
#include "svcd.h"
#include "stc.h"
#include "audio.h"
#include "psd.h"
#include "cd.h"
#include "vpp.h"
#include "ir.h"
//#include "ircode.h" //JJDing 2002/08/30,code reduced
#include "irconfig.h" //JJDing 2002/08/30,code reduced
#include "dma.h"
#include "framebuf.h"
#include "ircmd.h" //Tony modified 02/05/06 prevent from warning at compiling time
#include "osd.h"
#include "memmap.h"
#include "game.h"
#include "vfd.h"
/**************summer 1-4-3 12:42****************/
#include "fs9660.h"
#include "hwsetup.h"
/*************************************************/
//in mpegsys.c
//extern void set_dis_pic_id(BYTE);
//in svcd.c
extern UINT32 get_entry(int);
extern UINT32 get_segment(int);
extern UINT32 get_segment_msf(int);
//in cd.c
extern void do_cd_reset(int);
//in ogt.c
extern void reset_ogt(void);
//in sysmain.c
extern void ShowTitle(void);
//in ircmd.c
extern void ircmd_repeat_ab(void);
//in cdfunc.c
extern UINT32 cd_func_gettime(void);
//#define MONE_PSD
//#define MONE_PSD_READ
//#define MONE_PSD_LIST_CONTENT
//#define MONE_FLOW_CTRL
//#define SHOW_PSD_DELAY
//#define PREVIEW_DET //2-7-22 15:17
#define PSD_MSF MSF(0,4,34) /* default PSD start MSF address in VCD */
//JJDing 2002/08/08
//store PSD table into right-upper corner DRAM
#ifdef SUPPORT_STORE_PSD_TBL
//move to memory include h file//jhuang SONY NAV 2003/3/4 02:49
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -