public class FinalV1 extends Cartridge
Cartridge.CRTType
Modifier and Type | Field and Description |
---|---|
protected byte[] |
romh |
protected byte[] |
roml |
Constructor and Description |
---|
FinalV1(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
public FinalV1(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.