openMSX
Public Member Functions | List of all members
openmsx::Y8950Debuggable Class Referencefinal
Inheritance diagram for openmsx::Y8950Debuggable:
Inheritance graph
[legend]
Collaboration diagram for openmsx::Y8950Debuggable:
Collaboration graph
[legend]

Public Member Functions

 Y8950Debuggable (MSXMotherBoard &motherBoard, Y8950 &y8950, const std::string &name)
 
byte read (unsigned address, EmuTime::param time) override
 
void write (unsigned address, byte value, EmuTime::param time) override
 
- Public Member Functions inherited from openmsx::SimpleDebuggable
unsigned getSize () const finaloverride
 
const std::string & getDescription () const finaloverride
 
byte read (unsigned address) override
 
void write (unsigned address, byte value) override
 
const std::string & getName () const
 
MSXMotherBoardgetMotherBoard () const
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::SimpleDebuggable
 SimpleDebuggable (MSXMotherBoard &motherBoard, const std::string &name, const std::string &description, unsigned size)
 
 ~SimpleDebuggable ()
 
- Protected Member Functions inherited from openmsx::Debuggable
 Debuggable ()
 
 ~Debuggable ()
 

Detailed Description

Definition at line 38 of file Y8950.cc.

Constructor & Destructor Documentation

openmsx::Y8950Debuggable::Y8950Debuggable ( MSXMotherBoard motherBoard,
Y8950 y8950,
const std::string &  name 
)

Definition at line 1534 of file Y8950.cc.

Member Function Documentation

byte openmsx::Y8950Debuggable::read ( unsigned  address,
EmuTime::param  time 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1541 of file Y8950.cc.

References openmsx::Y8950::peekReg().

void openmsx::Y8950Debuggable::write ( unsigned  address,
byte  value,
EmuTime::param  time 
)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1546 of file Y8950.cc.

References openmsx::Y8950::writeReg().


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