⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysdeps.h

📁 树大根深三棱尽所标杆ssfsfsa fdsafs
💻 H
字号:
/*****************************************************************************			       XCopilotThis code is part of XCopilot, a port of copilot     Portions of this code are Copyright (C) 1997 Ivan A. Curtis		       icurtis@radlogic.com.auThe original MS-Windows95 copilot emulator was written by Greg Hewgill.The following copyright notice appeared on the original copilot sources:		  Copyright (c) 1996 Greg Hewgill MC68000 Emulation code is from Bernd Schmidt's Unix Amiga Emulator.       The following copyright notice appeared in those files:	  Original UAE code Copyright (c) 1995 Bernd SchmidtThis code must not be distributed without these copyright notices intact.**************************************************************************************************************************************************************Filename:	sysdeps.hDescription:	Global include file used by all code originally from UAE.Update History:   (most recent first)   Gene McCulley 6-May-98 16:03 -- modified to use bit-sized types   Ian Goldberg 11-Sep-97 09:48 -- added bus error support   I. Curtis    26-Feb-97 15:02 -- added this header******************************************************************************/#ifndef SYSDEPS_H_INCLUDED#define SYSDEPS_H_INCLUDED#include <bittypes.h>#ifndef NULL#define NULL 0#endif#define CPU_LEVEL 0/* #define NO_EXCEPTION_3 *//* If char has more then 8 bits, good night. */typedef uint8 UBYTE;typedef int8 BYTE;typedef uint16 UWORD;typedef int16 WORD;typedef uint32 ULONG;typedef int32 LONG;typedef ULONG CPTR;#ifndef MAP_FILE#define MAP_FILE 0#endif#endif

⌨️ 快捷键说明

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