📄 wince_forced.h
字号:
/* PocketCultMAME - MAME Emulator for PocketPC
(c) Copyright 2006 Manuel Castrillo Mart韓ez
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifdef _MSC_EXTENSIONS
#undef _MSC_EXTENSIONS
#endif
// Un/Comment the correspond line to in/exclude PocketCultMAME features.
#define INLINE static __inline
//---------------------------------------------------------------------------
// Compiler Warnings
#pragma warning(disable:4018) // "signed/unsigned mismatch"
#pragma warning(disable:4022) // "pointer mismatch for actual parameter"
#pragma warning(disable:4090) // "different 'const' qualifiers"
#pragma warning(disable:4142) // "benign redefinition of type"
#pragma warning(disable:4146) // "unary minus operator applied to unsigned type"
#pragma warning(disable:4244) // "possible loss of data"
#pragma warning(disable:4305) // "truncation from 'type' to 'type'
#pragma warning(disable:4550) // "expression evaluates .. missing an argument list"
#pragma warning(disable:4552) // "operator has no effect"
#pragma warning(disable:4761) // "integral size mismatch in argument"
#define abort() {}
//---------------------------------------------------------------------------
// Build
//#define OPENGL_BUILD 1 // Force OpenGL build
//#define WITHINFOFILE 1 // with DAT file build
#if _WIN32_WCE >= 0x500 // Windows Mobile 2005
#define DIRECTDRAW_BUILD 1 // DirectDraw build
#endif
//---------------------------------------------------------------------------
// CPU Emulators
#define USE_DRZ80 1
#define USE_Z80 1
#define USE_I8039 1
#define USE_I8035 1
#define USE_M6502 1
#define USE_M6809 1
#define USE_M6808 1
#define USE_M6805 1
#define USE_M68000 1
#define USE_S2650 1
#define USE_I86 1
#define USE_T11 1
#define USE_TMS34010 1
#define USE_TMS9900 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -