DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
ExceptionPageHandler Class Reference
Inheritance diagram for ExceptionPageHandler:
PageHandler

List of all members.

Public Member Functions

Bit8u readb (PhysPt addr)
Bit16u readw (PhysPt addr)
Bit32u readd (PhysPt addr)
void writeb (PhysPt addr, Bit8u val)
void writew (PhysPt addr, Bit16u val)
void writed (PhysPt addr, Bit32u val)
bool readb_checked (PhysPt addr, Bit8u *val)
bool readw_checked (PhysPt addr, Bit16u *val)
bool readd_checked (PhysPt addr, Bit32u *val)
bool writeb_checked (PhysPt addr, Bit8u val)
bool writew_checked (PhysPt addr, Bit16u val)
bool writed_checked (PhysPt addr, Bit32u val)

Detailed Description

Definition at line 406 of file paging.cpp.


The documentation for this class was generated from the following file: