Skip to content

Instantly share code, notes, and snippets.

diff --git "a/G:\\DOCUME~1\\theos\\LOCALS~1\\Temp\\TortoiseGit\\NES239F.tmp\\NES.Core-ffc1e2f-left.cs" "b/D:\\SVN\\BizHawk-feos\\BizHawk.Emulation.Cores\\Consoles\\Nintendo\\NES\\NES.Core.cs"
index 10966b7..9345d59 100644
--- "a/G:\\DOCUME~1\\theos\\LOCALS~1\\Temp\\TortoiseGit\\NES239F.tmp\\NES.Core-ffc1e2f-left.cs"
+++ "b/D:\\SVN\\BizHawk-feos\\BizHawk.Emulation.Cores\\Consoles\\Nintendo\\NES\\NES.Core.cs"
@@ -151,6 +151,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
public void HardReset()
{
cpu = new MOS6502X();
+ RegisterReadDelegates();
+ RegisterWriteDelegates();
#enables cldc 1.1 in midp 2.0
diff -ru midp2.0fcs/build/share/config/system.config midp2.0fcs/build/share/config/system.config
--- midp2.0fcs/build/share/config/system.config 2016-05-14 22:53:24.234375000 +0300
+++ midp2.0fcs/build/share/config/system.config 2016-05-14 22:53:15.812500000 +0300
@@ -1,5 +1,5 @@
# Properties visible from System.getProperty()
-microedition.configuration: CLDC-1.0
+microedition.configuration: CLDC-1.1
microedition.profiles: MIDP-2.0
microedition.locale: en-US