#include <rawcode.hh>
Inheritance diagram for emuWorks::RawCode:
Definition at line 32 of file rawcode.hh.
Public Member Functions | |
virtual int | getAddress () |
Gets the address of this RawCode. | |
virtual void | setAddress (int address)=0 |
Sets the address of this RawCode. | |
virtual int | getValue () |
Gets the value of this RawCode. | |
virtual void | setValue (int value)=0 |
Sets the value of this RawCode. | |
Protected Attributes | |
int | address |
int | value |
|
Gets the address of this RawCode.
Definition at line 39 of file rawcode.hh. |
|
Gets the value of this RawCode.
Definition at line 53 of file rawcode.hh. |
|
Sets the address of this RawCode.
Implemented in emuWorks::GBGGRawCode, emuWorks::GenesisRawCode, emuWorks::NESRawCode, and emuWorks::SNESRawCode. |
|
Sets the value of this RawCode.
Implemented in emuWorks::GBGGRawCode, emuWorks::GenesisRawCode, emuWorks::NESRawCode, and emuWorks::SNESRawCode. |
|
Definition at line 62 of file rawcode.hh. |
|
Definition at line 63 of file rawcode.hh. |