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