We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e9c8c commit 13d05ccCopy full SHA for 13d05cc
src/mame/technics/kn5000.cpp
@@ -18,7 +18,10 @@
18
#include "video/pc_vga.h"
19
#include "kn5000.lh"
20
21
-#define EXTENSION_VIEW // This needs further debugging to avoid a segfault.
+// #define EXTENSION_VIEW
22
+// FIXME: This needs further debugging to avoid a segfault.
23
+// A more detailed description of the problem is available at:
24
+// https://github.com/mamedev/mame/pull/11835#issuecomment-1874728906
25
26
class mn89304_vga_device : public svga_device
27
{
0 commit comments