| Constructor and Description |
|---|
IOBank() |
| Modifier and Type | Method and Description |
|---|---|
byte |
read(int address)
Bank read.
|
void |
setBank(int num,
Bank b) |
void |
write(int address,
byte value)
Bank write.
|
public void setBank(int num,
Bank b)
public byte read(int address)
Bankpublic void write(int address,
byte value)
BankCopyright © 2018 Ken Händel. All rights reserved.