mirror of https://github.com/stella-emu/stella.git
added missing changed class
This commit is contained in:
parent
45157e8eb2
commit
fb9323272a
|
@ -304,6 +304,11 @@ class CartridgeEnhanced : public Cartridge
|
|||
*/
|
||||
virtual bool checkSwitchBank(uInt16 address, uInt8 value) = 0;
|
||||
|
||||
/**
|
||||
Calculate the number of segments supported by the cartridge.
|
||||
*/
|
||||
virtual uInt16 calcNumSegments() const;
|
||||
|
||||
private:
|
||||
/**
|
||||
Get the ROM's startup bank.
|
||||
|
|
Loading…
Reference in New Issue