// ****************************************************************** // * // * .,-::::: .,:: .::::::::. .,:: .: // * ,;;;'````' `;;;, .,;; ;;;'';;' `;;;, .,;; // * [[[ '[[,,[[' [[[__[[\. '[[,,[[' // * $$$ Y$$$P $$""""Y$$ Y$$$P // * `88bo,__,o, oP"``"Yo, _88o,,od8P oP"``"Yo, // * "YUMMMMMP",m" "Mm,""YUMMMP" ,m" "Mm, // * // * Cxbx->Win32->CxbxKrnl->Xapi.1.0.4627.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 // * // ****************************************************************** // ****************************************************************** // * XAPI_1_0_4627 // ****************************************************************** OOVPATable XAPI_1_0_4627[] = { // XInitDevices (* unchanged since 1.0.4034 *) { (OOVPA*)&XInitDevices_1_0_4034, xapi::EmuXInitDevices, #ifdef _DEBUG_TRACE "EmuXInitDevices" #endif }, // XGetDevices (* unchanged since 1.0.4361 *) { (OOVPA*)&XGetDevices_1_0_4361, xapi::EmuXGetDevices, #ifdef _DEBUG_TRACE "EmuXGetDevices" #endif }, // XInputOpen (* unchanged since 1.0.4361 *) { (OOVPA*)&XInputOpen_1_0_4361, xapi::EmuXInputOpen, #ifdef _DEBUG_TRACE "EmuXInputOpen" #endif }, // XInputGetCapabilities (* unchanged since 1.0.4361 *) { (OOVPA*)&XInputGetCapabilities_1_0_4361, xapi::EmuXInputGetCapabilities, #ifdef _DEBUG_TRACE "EmuXInputGetCapabilities" #endif }, // XInputGetState (* unchanged since 1.0.4361 *) { (OOVPA*)&XInputGetState_1_0_4361, xapi::EmuXInputGetState, #ifdef _DEBUG_TRACE "EmuXInputGetState" #endif }, /* Too High Level // CreateThread (* unchanged since 1.0.4361 *) { (OOVPA*)&CreateThread_1_0_4361, xapi::EmuCreateThread, #ifdef _DEBUG_TRACE "EmuCreateThread" #endif }, //*/ /* Too High Level // CloseHandle (* unchanged since 1.0.4361 *) { (OOVPA*)&CloseHandle_1_0_4361, xapi::EmuCloseHandle, #ifdef _DEBUG_TRACE "EmuCloseHandle" #endif }, //*/ // XapiThreadStartup (* unchanged since 1.0.4361 *) { (OOVPA*)&XapiThreadStartup_1_0_4361, xapi::EmuXapiThreadStartup, #ifdef _DEBUG_TRACE "XapiThreadStartup" #endif }, //* Too High Level // XapiInitProcess (* unchanged since 1.0.4361 *) { (OOVPA*)&XapiInitProcess_1_0_4361, xapi::EmuXapiInitProcess, #ifdef _DEBUG_TRACE "EmuXapiInitProcess" #endif }, //*/ /* XapiSetupPerTitleDriveLetters (* unchanged since 1.0.4361 *) { (OOVPA*)&XapiSetupPerTitleDriveLetters_1_0_4361, xapi::XapiSetupPerTitleDriveLetters, #ifdef _DEBUG_TRACE "XapiSetupPerTitleDriveLetters" #endif }, //*/ // XapiBootToDash (* unchanged since 1.0.3911 *) { (OOVPA*)&XapiBootDash_1_0_3911, xapi::EmuXapiBootDash, #ifdef _DEBUG_TRACE "EmuXapiBootDash" #endif }, //* Too High Level // __rtinit (* unchanged since 1.0.3911 *) { (OOVPA*)&__rtinit_1_0_3911, xapi::Emu__rtinit, #ifdef _DEBUG_TRACE "Emu__rtinit", #endif }, //*/ //* Too High Level // __cinit (* unchanged since 1.0.3911 *) { (OOVPA*)&__cinit_1_0_3911, xapi::Emu__cinit, #ifdef _DEBUG_TRACE "Emu__cinit", #endif }, //*/ }; // ****************************************************************** // * XAPI_1_0_4627_SIZE // ****************************************************************** uint32 XAPI_1_0_4627_SIZE = sizeof(XAPI_1_0_4627);