From c0bea2763b04dc17df2575a871044065ec5407e7 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Mon, 22 Aug 2022 09:36:38 +0200 Subject: [PATCH] disabled random start bank for MDM bankswitching ROMs --- src/emucore/CartMDM.hxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/emucore/CartMDM.hxx b/src/emucore/CartMDM.hxx index a8c39f833..13a264372 100644 --- a/src/emucore/CartMDM.hxx +++ b/src/emucore/CartMDM.hxx @@ -137,6 +137,12 @@ class CartridgeMDM : public CartridgeEnhanced bool poke(uInt16 address, uInt8 value) override; private: + /** + Checks if startup bank randomization is enabled. For this scheme, + randomization is not supported (see above). + */ + bool randomStartBank() const override { return false; } + bool checkSwitchBank(uInt16 address, uInt8) override; private: