// ****************************************************************** // * // * .,-::::: .,:: .::::::::. .,:: .: // * ,;;;'````' `;;;, .,;; ;;;'';;' `;;;, .,;; // * [[[ '[[,,[[' [[[__[[\. '[[,,[[' // * $$$ Y$$$P $$""""Y$$ Y$$$P // * `88bo,__,o, oP"``"Yo, _88o,,od8P oP"``"Yo, // * "YUMMMMMP",m" "Mm,""YUMMMP" ,m" "Mm, // * // * Cxbx->Win32->CxbxKrnl->D3D8.1.0.4361.cpp // * // * This file is part of the Cxbx project. // * // * Cxbx and Cxbe are free software; you can redistribute them // * and/or modify them 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 recieved a copy of the GNU General Public License // * along with this program; see the file COPYING. // * If not, write to the Free Software Foundation, Inc., // * 59 Temple Place - Suite 330, Bostom, MA 02111-1307, USA. // * // * (c) 2002-2003 Aaron Robinson // * // * All rights reserved // * // ****************************************************************** #include "Cxbx.h" #include "EmuX.h" // ****************************************************************** // * IDirect3D8_CreateDevice // ****************************************************************** SOOVPA<8> IDirect3D8_CreateDevice_1_0_4361 = { 0, // Large == 0 8, // Count == 8 { // IDirect3D8_CreateDevice+0x07 : jnz +0x0A { 0x07, 0x75 }, // (Offset,Value)-Pair #1 { 0x08, 0x0A }, // (Offset,Value)-Pair #2 // IDirect3D8_CreateDevice+0x86 : repe stosd { 0x86, 0xF3 }, // (Offset,Value)-Pair #3 { 0x87, 0xAB }, // (Offset,Value)-Pair #4 // IDirect3D8_CreateDevice+0x89 : mov eax, esi { 0x89, 0x8B }, // (Offset,Value)-Pair #5 { 0x8A, 0xC6 }, // (Offset,Value)-Pair #6 // IDirect3D8_CreateDevice+0xA0 : retn 0x18 { 0xA0, 0xC2 }, // (Offset,Value)-Pair #7 { 0xA1, 0x18 }, // (Offset,Value)-Pair #8 } }; // ****************************************************************** // * IDirect3DDevice8_Clear // ****************************************************************** LOOVPA<9> IDirect3DDevice8_Clear_1_0_4361 = { 1, // Large == 1 9, // Count == 8 { // IDirect3DDevice8_Clear+0x0000 : sub esp, 38h { 0x0000, 0x83 }, // (Offset,Value)-Pair #1 { 0x0001, 0xEC }, // (Offset,Value)-Pair #2 { 0x0002, 0x38 }, // (Offset,Value)-Pair #3 // IDirect3DDevice8_Clear+0x000B : mov ebx, [ebp+0x2074] { 0x000B, 0x8B }, // (Offset,Value)-Pair #4 { 0x000C, 0x9D }, // (Offset,Value)-Pair #5 { 0x000D, 0x74 }, // (Offset,Value)-Pair #6 { 0x000E, 0x20 }, // (Offset,Value)-Pair #7 // IDirect3DDevice8_Clear+0x0399 : retn 0x18 { 0x0399, 0xC2 }, // (Offset,Value)-Pair #8 { 0x039A, 0x18 }, // (Offset,Value)-Pair #9 } }; // ****************************************************************** // * D3D8_1_0_4361 // ****************************************************************** OOVPATable D3D8_1_0_4361[] = { // IDirect3D8_CreateDevice_1_0_4361 { (OOVPA*)&IDirect3D8_CreateDevice_1_0_4361, xboxkrnl::EmuXIDirect3D8_CreateDevice, #ifdef _DEBUG_TRACE "EmuXIDirect3D8_CreateDevice" #endif }/*, // IDirect3DDevice8_Clear_1_0_4361 { (OOVPA*)&IDirect3DDevice8_Clear_1_0_4361, xboxkrnl::EmuXIDirect3DDevice8_Clear, #ifdef _DEBUG_TRACE "EmuXIDirect3DDevice8_Clear" #endif },*/ }; // ****************************************************************** // * D3D8_1_0_4361_SIZE // ****************************************************************** uint32 D3D8_1_0_4361_SIZE = sizeof(D3D8_1_0_4361);