VirtualBox

source: vbox/trunk/src/recompiler/VBoxREM.def@ 4837

Last change on this file since 4837 was 4071, checked in by vboxsync, 17 years ago

Biggest check-in ever. New source code headers for all (C) innotek files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1; $Id: VBoxREM.def 4071 2007-08-07 17:07:59Z vboxsync $
2;; @file
3;
4; VBoxREM Definition File.
5;
6; Copyright (C) 2006-2007 innotek GmbH
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License as published by the Free Software Foundation,
12; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
13; distribution. VirtualBox OSE is distributed in the hope that it will
14; be useful, but WITHOUT ANY WARRANTY of any kind.
15
16LIBRARY VBoxREM.dll
17
18EXPORTS
19 REMR3Init
20 REMR3Term
21 REMR3Reset
22 REMR3Step
23 REMR3BreakpointSet
24 REMR3BreakpointClear
25 REMR3Run
26 REMR3EmulateInstruction
27 REMR3State
28 REMR3StateBack
29 REMR3StateUpdate
30 REMR3A20Set
31 REMR3DisasEnableStepping
32 REMR3ReplayInvalidatedPages
33 REMR3ReplayHandlerNotifications
34 REMR3NotifyPhysRamRegister
35 REMR3NotifyPhysRamChunkRegister
36 REMR3NotifyPhysReserve
37 REMR3NotifyPhysRomRegister
38 REMR3NotifyHandlerPhysicalModify
39 REMR3NotifyHandlerPhysicalRegister
40 REMR3NotifyHandlerPhysicalDeregister
41 REMR3NotifyInterruptSet
42 REMR3NotifyInterruptClear
43 REMR3NotifyTimerPending
44 REMR3NotifyDmaPending
45 REMR3NotifyQueuePending
46 REMR3NotifyFF
47 REMR3NotifyCodePageChanged
48 REMR3IsPageAccessHandled
49 REMR3NotifyPendingInterrupt
50 REMR3QueryPendingInterrupt
51
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use