public class FinalV3 extends Cartridge
Cartridge.CRTType
Modifier and Type | Field and Description |
---|---|
protected boolean |
controlRegAvailable |
protected int |
currentRomBank
Currently active ROM bank.
|
protected byte[][] |
romHBanks
ROMH banks 0..3 (each of size 0x2000).
|
protected byte[][] |
romLBanks
ROML banks 0..3 (each of size 0x2000).
|
Constructor and Description |
---|
FinalV3(DataInputStream dis,
PLA pla) |
Modifier and Type | Method and Description |
---|---|
protected void |
doFreeze()
Handle pressing of the freeze button.
|
Bank |
getIO1()
Acquire the IO1 bank
|
Bank |
getIO2()
Acquire the IO2 bank.
|
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, freeze, getUltimaxMemory, installBankHooks, nullCartridge, read, readCRT, setIRQ, setNMI, toString
protected int currentRomBank
protected final byte[][] romLBanks
protected final byte[][] romHBanks
protected boolean controlRegAvailable
public FinalV3(DataInputStream dis, PLA pla) throws IOException
IOException
public Bank getRoml()
Cartridge
public Bank getRomh()
Cartridge
protected void doFreeze()
Cartridge
Copyright © 2018 Ken Händel. All rights reserved.