#include <genesisrawcode.hh>
Inheritance diagram for emuWorks::GenesisRawCode:
Definition at line 34 of file genesisrawcode.hh.
Public Member Functions | |
GenesisRawCode (int address, int value) | |
Constructor for an GenesisRawCode. | |
void | setAddress (int address) |
Sets the address of this RawCode. | |
void | setValue (int value) |
Sets the value of this RawCode. | |
virtual int | getAddress () |
Gets the address of this RawCode. | |
virtual int | getValue () |
Gets the value of this RawCode. | |
Protected Attributes | |
int | address |
int | value |
|
Constructor for an GenesisRawCode.
Definition at line 29 of file genesisrawcode.cc. |
|
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.
Implements emuWorks::RawCode. Definition at line 34 of file genesisrawcode.cc. |
|
Sets the value of this RawCode.
Implements emuWorks::RawCode. Definition at line 38 of file genesisrawcode.cc. |
|
Definition at line 62 of file rawcode.hh. |
|
Definition at line 63 of file rawcode.hh. |