mirror of https://github.com/stella-emu/stella.git
one missing file
This commit is contained in:
parent
706d82e75c
commit
f2c464a71f
|
@ -90,7 +90,7 @@ class CartridgeFC : public CartridgeEnhanced
|
||||||
private:
|
private:
|
||||||
bool checkSwitchBank(uInt16 address, uInt8 value = 0) override;
|
bool checkSwitchBank(uInt16 address, uInt8 value = 0) override;
|
||||||
|
|
||||||
uInt16 romHotspot() const override { return 0x1FF8; }
|
uInt16 hotspot() const override { return 0x1FF8; }
|
||||||
|
|
||||||
// Target bank defined by writing to $1FF8/9
|
// Target bank defined by writing to $1FF8/9
|
||||||
uInt16 myTargetBank{0};
|
uInt16 myTargetBank{0};
|
||||||
|
|
Loading…
Reference in New Issue