added missing changed class

This commit is contained in:
Thomas Jentzsch 2023-03-15 14:44:01 +01:00
parent 45157e8eb2
commit fb9323272a
1 changed files with 5 additions and 0 deletions

View File

@ -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.