|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines how classes that are used for manipulating
memory on the fly must behave. Please note that MemoryFilters apply
ONLY to single byte reads and writes or byte range reads and writes.
No filtering is done for "word" reads or writes.
Originally part of the MonkeyNES project.
| Method Summary | |
int |
getFilteredReadValue(int inAddress,
int inValue)
This function will be called when memory at the requested address is read. |
int |
getFilteredWriteValue(int inAddress,
int inValue)
This function will be called when memory at the requested address is written. |
| Method Detail |
public int getFilteredReadValue(int inAddress,
int inValue)
inAddress - The address from which the value was read.inValue - A value already read from memory.
public int getFilteredWriteValue(int inAddress,
int inValue)
inAddress - The address of the requested value.inValue - The value that was going to be written.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||