Package libsidplay.components.ram
Klasse SystemRAMBank
java.lang.Object
libsidplay.components.pla.Bank
libsidplay.components.ram.SystemRAMBank
Area backed by RAM
- Autor:
- Antti Lankila
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
ram
private final byte[] ramC64 RAM area
-
-
Konstruktordetails
-
SystemRAMBank
public SystemRAMBank()
-
-
Methodendetails
-
reset
public void reset() -
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. -
array
public byte[] array()
-