1 | ;; @file
|
---|
2 | ;
|
---|
3 | ; VBoxREM Definition File.
|
---|
4 | ;
|
---|
5 | ; Copyright (C) 2006 InnoTek Systemberatung GmbH
|
---|
6 | ;
|
---|
7 | ; This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | ; available from http://www.virtualbox.org. This file is free software;
|
---|
9 | ; you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | ; General Public License as published by the Free Software Foundation,
|
---|
11 | ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
|
---|
12 | ; distribution. VirtualBox OSE is distributed in the hope that it will
|
---|
13 | ; be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 | ;
|
---|
15 | ; If you received this file as part of a commercial VirtualBox
|
---|
16 | ; distribution, then only the terms of your commercial VirtualBox
|
---|
17 | ; license agreement apply instead of the previous paragraph.
|
---|
18 | ;
|
---|
19 |
|
---|
20 | LIBRARY VBoxREM.dll
|
---|
21 |
|
---|
22 | EXPORTS
|
---|
23 | REMR3Init
|
---|
24 | REMR3Term
|
---|
25 | REMR3Reset
|
---|
26 | REMR3Step
|
---|
27 | REMR3BreakpointSet
|
---|
28 | REMR3BreakpointClear
|
---|
29 | REMR3Run
|
---|
30 | REMR3EmulateInstruction
|
---|
31 | REMR3State
|
---|
32 | REMR3StateBack
|
---|
33 | REMR3StateUpdate
|
---|
34 | REMR3A20Set
|
---|
35 | REMR3DisasEnableStepping
|
---|
36 | REMR3ReplayInvalidatedPages
|
---|
37 | REMR3ReplayHandlerNotifications
|
---|
38 | REMR3NotifyPhysRamRegister
|
---|
39 | REMR3NotifyPhysRamChunkRegister
|
---|
40 | REMR3NotifyPhysReserve
|
---|
41 | REMR3NotifyPhysRomRegister
|
---|
42 | REMR3NotifyHandlerPhysicalModify
|
---|
43 | REMR3NotifyHandlerPhysicalRegister
|
---|
44 | REMR3NotifyHandlerPhysicalDeregister
|
---|
45 | REMR3NotifyInterruptSet
|
---|
46 | REMR3NotifyInterruptClear
|
---|
47 | REMR3NotifyTimerPending
|
---|
48 | REMR3NotifyDmaPending
|
---|
49 | REMR3NotifyQueuePending
|
---|
50 | REMR3NotifyFF
|
---|
51 | REMR3NotifyCodePageChanged
|
---|
52 | REMR3IsPageAccessHandled
|
---|
53 | REMR3NotifyPendingInterrupt
|
---|
54 | REMR3QueryPendingInterrupt
|
---|
55 |
|
---|