mirror of https://github.com/stella-emu/stella.git
Merge branch 'refactor/cart' of https://github.com/stella-emu/stella into refactor/cart
This commit is contained in:
commit
c0323c572c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue