public class Normal extends Cartridge
Cartridge.CRTType
Modifier and Type | Field and Description |
---|---|
protected byte[] |
romh |
protected byte[] |
roml |
Constructor and Description |
---|
Normal(DataInputStream dis,
PLA pla) |
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
public Normal(DataInputStream dis, PLA pla) throws IOException
IOException
Copyright © 2018 Ken Händel. All rights reserved.