Merge branch 'refactor/cart' of https://github.com/stella-emu/stella into refactor/cart

This commit is contained in:
thrust26 2020-04-17 20:48:45 +02:00
commit c0323c572c
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class CartridgeWD : public CartridgeEnhanced
bool poke(uInt16 address, uInt8 value) override;
private:
bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; };
bool checkSwitchBank(uInt16, uInt8 = 0) override { return false; }
private:
// Indicates the cycle at which a bankswitch was initiated