📄 neomagic_mmio.h
字号:
/*** $Id: neomagic_mmio.h,v 1.2 2003/09/04 06:02:53 weiym Exp $** ** Port to MiniGUI by Wei Yongming (2001/10/03).** Copyright (C) 2001 ~ 2002 Wei Yongming.** Copyright (C) 2003 Feynman Software.**** Copyright (C) 2000 convergence integrated media GmbH.**** Written by Denis Oliver Kropp <dok@convergence.de> and** Andreas Hundt <andi@convergence.de>.*/#ifndef __NEOMAGIC_MMIO_H__#define __NEOMAGIC_MMIO_H__#define NEO_BS0_BLT_BUSY 0x00000001#define NEO_BS0_FIFO_AVAIL 0x00000002#define NEO_BS0_FIFO_PEND 0x00000004#define NEO_BC0_DST_Y_DEC 0x00000001#define NEO_BC0_X_DEC 0x00000002#define NEO_BC0_SRC_TRANS 0x00000004#define NEO_BC0_SRC_IS_FG 0x00000008#define NEO_BC0_SRC_Y_DEC 0x00000010#define NEO_BC0_FILL_PAT 0x00000020#define NEO_BC0_SRC_MONO 0x00000040#define NEO_BC0_SYS_TO_VID 0x00000080#define NEO_BC1_DEPTH8 0x00000100#define NEO_BC1_DEPTH16 0x00000200#define NEO_BC1_X_320 0x00000400#define NEO_BC1_X_640 0x00000800#define NEO_BC1_X_800 0x00000c00#define NEO_BC1_X_1024 0x00001000#define NEO_BC1_X_1152 0x00001400#define NEO_BC1_X_1280 0x00001800#define NEO_BC1_X_1600 0x00001c00#define NEO_BC1_DST_TRANS 0x00002000#define NEO_BC1_MSTR_BLT 0x00004000#define NEO_BC1_FILTER_Z 0x00008000#define NEO_BC2_WR_TR_DST 0x00800000#define NEO_BC3_SRC_XY_ADDR 0x01000000#define NEO_BC3_DST_XY_ADDR 0x02000000#define NEO_BC3_CLIP_ON 0x04000000#define NEO_BC3_FIFO_EN 0x08000000#define NEO_BC3_BLT_ON_ADDR 0x10000000#define NEO_BC3_SKIP_MAPPING 0x80000000#define NEO_MODE1_DEPTH8 0x0100#define NEO_MODE1_DEPTH16 0x0200#define NEO_MODE1_DEPTH24 0x0300#define NEO_MODE1_X_320 0x0400#define NEO_MODE1_X_640 0x0800#define NEO_MODE1_X_800 0x0c00#define NEO_MODE1_X_1024 0x1000#define NEO_MODE1_X_1152 0x1400#define NEO_MODE1_X_1280 0x1800#define NEO_MODE1_X_1600 0x1c00#define NEO_MODE1_BLT_ON_ADDR 0x2000#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -