osd2.c
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. #include "config.h"
  2. #include "global.h"
  3. #include "memmap.h"
  4. #include "func.h"
  5. #include "stdlib.h"
  6. #include "cfont.h"
  7. #include "osd.h"
  8. #include "osdhw.h"
  9. #include "osdfont.h"
  10. #include "osd_str.h"
  11. #include "user_init.h"
  12. //DVD
  13. #include "regmap.h"
  14. #include "endian.h"
  15. #include "memmap0.h"
  16. void reset_osd(void) {}
  17. void osd_disable(void) {regs0->osd_en = 0;}
  18. void osd_enable(void) {regs0->osd_en = 1;}
  19. void osd_create_regionNes(t_osd_region *p, int X, int Y,UINT16 *pallette) {}
  20. void osd_init_music(void) {}
  21. void osd_init_ampvol(void) {}
  22. void osd_create_region_setup(t_osd_region *p, int X, int Y, t_osd_region *prev,BYTE bColorMode,BYTE bScanMode) {}
  23. void osd_init_setup(void) {}
  24. void osd_DrawString(BYTE xStart, BYTE yStart, BYTE *str, BYTE fontColor, BYTE bkColor) {}
  25. void osd_DrawLine(UINT32 xStart, UINT32 yStart, UINT32 xEnd, UINT32 yEnd, BYTE color, BYTE lineWidth) {}
  26. void osd_draw_rect(UINT32 xStart, UINT32 yStart, UINT32 xLen, UINT32 yLen, BYTE bkColor) {}
  27. void osd_draw_setup_button(BYTE xStart, BYTE yStart, BYTE xLen, BYTE color, BYTE bDown) {}
  28. void osd_clear_setup() {}
  29. void osd_init(void) {}
  30. void osd_Move2OSD0(BYTE iLine) {}
  31. void osd_ClearOSD0(BYTE iSLine, BYTE iELine) {}
  32. void osd_restore() {}
  33. void restore_osd_msg(void) {}
  34. inline void polling_osd(int diff) {}
  35. void osd_tog_region(BYTE r, int mode) {}
  36. void PrintOsdMsg(UINT32 id,UINT8 r,int t,BYTE mode) {}
  37. void osdshow(UINT8 r,char *buf) {}
  38. void PrintOsdMsg2(BYTE r, int t)  {}
  39. void ClearOsdMsg(int i) {}
  40. void InitSW_region(void) {}
  41. void osd_create_region1(t_osd_region *p, int X, int Y, t_osd_region *prev,BYTE bColorMode,BYTE bScanMode) {}
  42. void osd_print_region1(t_osd_region *p, const char *s0) {}
  43. void osd_print_regionEQ(t_osd_region *p, const char *s0) {}
  44. //void osd_print_eq_setting(UINT8 r,UINT8 unSele) {}
  45. void osd_print_eq(UINT8 r,BYTE *p) {}
  46. void draw_osd_board(UINT8 r,UINT8 board_type) {}
  47. #ifdef OSD_PAL_RGB_16b         
  48. void CreateNesOsd(int x,int y,int w,int h,UINT16 *pPalette) {}
  49. #else
  50. void CreateNesOsd(int x,int y,int w,int h,UINT16 *pPalette) {}
  51. #endif
  52. #ifdef OSD_PAL_16b
  53. //update color index
  54. void SetOsdCol(UINT8 rb,UINT8 re,UINT8 id,UINT16 color) {}
  55. #else
  56. //update color index
  57. void SetOsdCol(UINT8 rb,UINT8 re,UINT8 id,UINT32 color) {}
  58. #endif
  59. void osd_DrawIcon(BYTE xStart, BYTE yStart, BYTE index) {}
  60. void osd_replace_rect_color(BYTE bkColor, BYTE destColor) {}
  61. BYTE *get_font_entry(int tbl, int entry) {}