one missing file

This commit is contained in:
thrust26 2020-04-04 23:05:09 +02:00
parent 706d82e75c
commit f2c464a71f
1 changed files with 1 additions and 1 deletions

View File

@ -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};