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

Public Member Functions

 YMF262Debuggable (MSXMotherBoard &motherBoard, YMF262 &ymf262, const std::string &name)
 
byte read (unsigned address) 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
 
virtual byte read (unsigned address, EmuTime::param time)
 
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 55 of file YMF262.cc.

Constructor & Destructor Documentation

openmsx::YMF262Debuggable::YMF262Debuggable ( MSXMotherBoard motherBoard,
YMF262 ymf262,
const std::string &  name 
)

Definition at line 1910 of file YMF262.cc.

Member Function Documentation

byte openmsx::YMF262Debuggable::read ( unsigned  address)
overridevirtual

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1918 of file YMF262.cc.

References openmsx::YMF262::peekReg().

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

Reimplemented from openmsx::SimpleDebuggable.

Definition at line 1923 of file YMF262.cc.

References openmsx::YMF262::writeReg512().


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