From 41b2547acbdeed107041f9e87982122a04f91f05 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sat, 17 Sep 2016 10:04:32 +0100 Subject: [PATCH] Fix to get GR2 working, but #345 still not complete --- source/Debugger/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 11215141..b14f7835 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -6515,7 +6515,7 @@ Update_t _ViewOutput( ViewVideoPage_t iPage, int bVideoModeFlags ) } Update_t CmdViewOutput_GR2 (int nArgs) { - return _ViewOutput( VIEW_PAGE_2, VF_80STORE ); // NTSC VideoRefresh() Hack: flags != 0 + return _ViewOutput( VIEW_PAGE_2, 0 ); } // Double Lo-Res Update_t CmdViewOutput_DGRX (int nArgs)