tc005rot.h
来自「十七种模拟器源代码 非常有用的作课程设计不可缺少的」· C头文件 代码 · 共 30 行
H
30 行
/******************************************************************************//* *//* tc0005rot: TAITO ROTATION LAYER (F2-SYSTEM) *//* *//******************************************************************************/#include "deftypes.h"typedef struct TC0005ROT // Information about 1 chip{ UINT8 *RAM; // Chip RAM address UINT8 *RAM_SCR; // Scroll RAM address UINT8 *GFX_ROT; // GFX BG0} TC0005ROT;struct TC0005ROT tc0005rot;void init_tc0005rot(int mode);void tc0005rot_bg0_ww(UINT32 address, UINT16 data);void tc0005rot_set_bitmap();void tc0005rot_unset_bitmap();void tc0005rot_refresh_buffer(void);void tc0005rot_draw_rot(int col_ofs);void tc0005rot_draw_rot_r270(int col_ofs);//void RotateF2SystemBG0(fixed f1x, fixed f1y, fixed f1xd,fixed f1yd,fixed f2xd,fixed f2yd);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?