📄 tc005rot.h
字号:
/******************************************************************************//* *//* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -