public class Zaxxon extends Cartridge
Cartridge.CRTType
Modifier and Type | Field and Description |
---|---|
protected byte[][] |
romh |
protected byte[] |
romhActive |
protected byte[] |
roml |
Constructor and Description |
---|
Zaxxon(DataInputStream dis,
PLA pla)
Load a Zaxxon cartridge.
|
Modifier and Type | Method and Description |
---|---|
Bank |
getRomh()
Get currently active ROMH bank.
|
Bank |
getRoml()
Get currently active ROML bank.
|
void |
reset()
Bring the cart to power-on state.
|
changedBA, changedIRQ, changedNMI, create, doFreeze, freeze, getIO1, getIO2, getUltimaxMemory, installBankHooks, nullCartridge, read, readCRT, setIRQ, setNMI, toString
protected final byte[] roml
protected final byte[][] romh
protected byte[] romhActive
public Zaxxon(DataInputStream dis, PLA pla) throws IOException
dis
- stream to load frompla
- IOException
- load errorCopyright © 2018 Ken Händel. All rights reserved.