spr16x8.h

来自「十七种模拟器源代码 非常有用的作课程设计不可缺少的」· C头文件 代码 · 共 29 行

H
29
字号
/******************************************************************************//*                                                                            *//*                         RAINE 16x8 TILE DRAWING                            *//*                                                                            *//******************************************************************************//*MappedTransparent Mapped*/void init_spr16x8asm(void);// 16x8 mapped spritesvoid Draw16x8_Mapped(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Mapped_FlipX(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Mapped_FlipY(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Mapped_FlipXY(UINT8 *SPR, int x, int y, UINT8 *cmap);// 16x8 mapped transparent spritesvoid Draw16x8_Trans_Mapped(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Trans_Mapped_FlipX(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Trans_Mapped_FlipY(UINT8 *SPR, int x, int y, UINT8 *cmap);void Draw16x8_Trans_Mapped_FlipXY(UINT8 *SPR, int x, int y, UINT8 *cmap);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?