From f1d18b6f0d1209889a5799096b05fa31667f8273 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 13 Dec 2019 20:11:14 -0330 Subject: [PATCH] Revert what I thought was a minor change in properties handling. I need to go over this a little more, since it's causing ROMs to crash. --- src/emucore/Props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emucore/Props.cxx b/src/emucore/Props.cxx index 1ab74542c..5490ea59b 100644 --- a/src/emucore/Props.cxx +++ b/src/emucore/Props.cxx @@ -314,7 +314,7 @@ string Properties::ourDefaultProperties[static_cast(PropType::NumTypes)] "", // Cart.Note "", // Cart.Rarity "MONO", // Cart.Sound - "AUTO", // Cart.StartBank + "", // Cart.StartBank "AUTO", // Cart.Type "B", // Console.LeftDiff "B", // Console.RightDiff