Skip to content

Commit 13d05cc

Browse files
committed
Support for HDAE5000 extension board on Technics KN5000 is temporarily disabled.
Needs further research and debugging as discussed at mamedev#11835 (comment)
1 parent 61e9c8c commit 13d05cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mame/technics/kn5000.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
#include "video/pc_vga.h"
1919
#include "kn5000.lh"
2020

21-
#define EXTENSION_VIEW // This needs further debugging to avoid a segfault.
21+
// #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
2225

2326
class mn89304_vga_device : public svga_device
2427
{

0 commit comments

Comments
 (0)