Package libsidplay.components.pla
Klasse PLA.IOBank
java.lang.Object
libsidplay.components.pla.Bank
libsidplay.components.pla.PLA.IOBank
- Umschließende Klasse:
PLA
IO region handler. 4k region, 16 chips, 256b banks.
- Autor:
- Antti Lankila
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
map
-
-
Konstruktordetails
-
IOBank
public IOBank()
-
-
Methodendetails
-
setBank
-
read
public byte read(int address) Beschreibung aus Klasse kopiert:BankBank read. Default throws a RuntimeException, so you probably should override this method, except if the Bank is only used in write context. -
write
public void write(int address, byte value) Beschreibung aus Klasse kopiert:BankBank write. Default throws a RuntimException. Override this method if you expect write operations on your bank. Leave unimplemented if it's logically/operationally impossible for writes to ever arrive to bank.
-